From ec6b9d24030a1ad8c5635427997e23c576b7d465 Mon Sep 17 00:00:00 2001 From: Caleb Burke Date: Sat, 27 Jun 2026 01:36:18 -0700 Subject: [PATCH] swapping back to github.server_url as ssl was setup --- .gitea/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-publish.yml b/.gitea/workflows/build-and-publish.yml index c8edb39..d33771d 100644 --- a/.gitea/workflows/build-and-publish.yml +++ b/.gitea/workflows/build-and-publish.yml @@ -15,7 +15,7 @@ jobs: - name: Log in to Gitea Container Registry uses: docker/login-action@v3 with: - registry: http://192.168.1.174:3000 + registry: ${{ github.server_url }} username: ${{ secrets.REGISTRY_USER }} password: ${{ secrets.REGISTRY_TOKEN }}