split
This commit is contained in:
@@ -5,15 +5,19 @@ on:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
cicd:
|
||||
name: cicd
|
||||
pull:
|
||||
name: pull
|
||||
runs-on: dind
|
||||
steps:
|
||||
- name: pull
|
||||
run: |
|
||||
docker pull registry-app.inhome.blapointe.com:5001/docker:latest
|
||||
shell: sh
|
||||
- name: checkout
|
||||
cicd:
|
||||
name: cicd
|
||||
runs-on: dind
|
||||
steps:
|
||||
- name: cicd
|
||||
run: |
|
||||
docker ps | grep docker
|
||||
docker images | grep docker
|
||||
|
||||
Reference in New Issue
Block a user