From d9aab4890651e640b21d36a99f451502724a43ab Mon Sep 17 00:00:00 2001 From: Shaun Campbell Date: Sat, 21 Feb 2026 04:40:42 +0000 Subject: [PATCH] ci) Updating merge image task (#2) Reviewed-on: https://cloud.campbellwireless.net/git/CampbellWireless/trips/pulls/2 Co-authored-by: Shaun Campbell Co-committed-by: Shaun Campbell --- .gitea/workflows/main-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/main-image.yml b/.gitea/workflows/main-image.yml index 523619e..9390360 100644 --- a/.gitea/workflows/main-image.yml +++ b/.gitea/workflows/main-image.yml @@ -32,7 +32,7 @@ jobs: - name: Log in to Gitea registry uses: docker/login-action@v3 with: - registry: ${{ env.REGISTRY_HOST }} + registry: cloud.campbellwireless.net/git username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }}