split
parent
8cb02d788a
commit
93e4a92c9d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue