From 5101129f238ab5d7725caf824ffa5ec79c4cf067 Mon Sep 17 00:00:00 2001 From: Shaun Campbell Date: Sat, 21 Feb 2026 00:18:56 -0500 Subject: [PATCH] ci) updating docker registry to use registry.campbellwireless.net --- .gitea/workflows/main-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/main-image.yml b/.gitea/workflows/main-image.yml index 7e27e44..245a292 100644 --- a/.gitea/workflows/main-image.yml +++ b/.gitea/workflows/main-image.yml @@ -48,5 +48,5 @@ jobs: file: ./Dockerfile push: true tags: | - cloud.campbellwireless.net/git/${{ env.IMAGE_NAME }}:latest - cloud.campbellwireless.net/git/${{ env.IMAGE_NAME }}:${{ steps.tags.outputs.sha_short }} + ${{ env.REGISTRY_HOST }}/${{ env.IMAGE_NAME }}:latest + ${{ env.REGISTRY_HOST }}/${{ env.IMAGE_NAME }}:${{ steps.tags.outputs.sha_short }}