From cc082d5e52472f3c6bc5cde6e30c0e49f5900f62 Mon Sep 17 00:00:00 2001 From: Mads Smed Date: Sun, 23 Nov 2025 16:33:22 +0100 Subject: [PATCH] re --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ee0b91f..5357fe4 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: # ---------------------------------------------------------- - name: Log in to Gitea Container Registry run: | - echo "${{ secrets.GITEA_REGISTRY_TOKEN }}" | \ + echo "${{ secrets.REGISTRY_TOKEN }}" | \ docker login ${{ env.REGISTRY }} \ -u "${{ gitea.actor }}" --password-stdin