From 188912c8af99a071cc471affc3805fabfc1e4eab Mon Sep 17 00:00:00 2001 From: Shaun Campbell Date: Fri, 20 Feb 2026 23:39:31 -0500 Subject: [PATCH] ci) Updating merge image task --- .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 }} -- 2.49.1