pull
Some checks failed
cicd / pull (push) Successful in 8s
cicd / cicd (push) Failing after 31s

This commit is contained in:
bel
2023-10-28 09:23:41 -06:00
parent a89ebbf558
commit 52d41e9b68

View File

@@ -5,6 +5,14 @@ on:
- main
jobs:
pull:
name: pull
runs-on: dind
steps:
- name: pull
run: |
docker pull registry-app.inhome.blapointe.com:5001/docker:latest
shell: sh
cicd:
name: cicd
runs-on: dind