split
cicd / pull (push) Successful in 4s Details
cicd / cicd (push) Failing after 4s Details

main
bel 2023-10-28 08:51:41 -06:00
parent 8cb02d788a
commit 93e4a92c9d
1 changed files with 7 additions and 3 deletions

View File

@ -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