split
Some checks failed
cicd / pull (push) Successful in 4s
cicd / cicd (push) Failing after 4s

This commit is contained in:
bel
2023-10-28 08:51:41 -06:00
parent 8cb02d788a
commit 93e4a92c9d

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