From 1d9627f24cf60bcfeb24a5c0ac1de0949e053494 Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Sun, 25 May 2025 12:22:11 -0600 Subject: [PATCH] rename --- .gitea/workflows/cicd.yaml | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index aae4205..39588dd 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: pull run: | - docker pull registry-app.inhome.blapointe.com:5001/docker:latest + docker pull registry-app.inhome.blapointe.com:5001/bel/dind:latest shell: sh cicd: name: cicd diff --git a/build.sh b/build.sh index efd65a8..986b3b0 100644 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #! /bin/sh -img=registry-app.inhome.blapointe.com:5001/docker +img=registry-app.inhome.blapointe.com:5001/bel/dind t=latest set -e