From 0744ccdf6ae1abb0ffb2e0fdefae2a7aa76df757 Mon Sep 17 00:00:00 2001 From: Lino Silva Date: Fri, 10 Apr 2026 17:31:07 +0100 Subject: [PATCH] fix: Tentative of reverse proxy --- .gitea/workflows/on-push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/on-push.yaml b/.gitea/workflows/on-push.yaml index 6b4f6e1..7df7122 100644 --- a/.gitea/workflows/on-push.yaml +++ b/.gitea/workflows/on-push.yaml @@ -21,7 +21,7 @@ jobs: - name: Log in to Gitea Container Registry uses: https://github.com/docker/login-action@v3 with: - registry: http://10.0.2.28:3000 + registry: https://gitea.lino.cooking username: lino password: ${{ secrets.REGISTRY_PASS }} @@ -29,7 +29,7 @@ jobs: id: meta uses: https://github.com/docker/metadata-action@v5 with: - images: http://10.0.2.28:3000/${{ gitea.repository }} + images: https://gitea.lino.cooking/${{ gitea.repository }} tags: | type=ref,event=branch type=ref,event=pr