From cc78d993265d639523ccabd475f967ac269bc9ed Mon Sep 17 00:00:00 2001 From: Shaun Campbell Date: Sat, 21 Feb 2026 04:50:46 +0000 Subject: [PATCH] ci) Updating docker container URI (#3) Reviewed-on: https://cloud.campbellwireless.net/git/campbellwireless/trips/pulls/3 Co-authored-by: Shaun Campbell Co-committed-by: Shaun Campbell --- .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 9390360..8d9ed5d 100644 --- a/.gitea/workflows/main-image.yml +++ b/.gitea/workflows/main-image.yml @@ -48,5 +48,5 @@ jobs: file: ./Dockerfile push: true tags: | - ${{ env.REGISTRY_HOST }}/${{ env.IMAGE_NAME }}:latest - ${{ env.REGISTRY_HOST }}/${{ env.IMAGE_NAME }}:${{ steps.tags.outputs.sha_short }} + cloud.campbellwireless.net/git/${{ env.IMAGE_NAME }}:latest + cloud.campbellwireless.net/git/${{ env.IMAGE_NAME }}:${{ steps.tags.outputs.sha_short }}