rename
Some checks failed
cicd / pull (push) Failing after 6s
cicd / cicd (push) Successful in 16s

This commit is contained in:
Bel LaPointe
2025-05-25 12:22:11 -06:00
parent 01ca1e6919
commit 1d9627f24c
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ jobs:
steps: steps:
- name: pull - name: pull
run: | run: |
docker pull registry-app.inhome.blapointe.com:5001/docker:latest docker pull registry-app.inhome.blapointe.com:5001/bel/dind:latest
shell: sh shell: sh
cicd: cicd:
name: cicd name: cicd

View File

@@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
img=registry-app.inhome.blapointe.com:5001/docker img=registry-app.inhome.blapointe.com:5001/bel/dind
t=latest t=latest
set -e set -e