From ca9bcc3c888627202424b5d4c48d82dc51028d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20P=C3=B6ttker?= Date: Mon, 4 May 2026 08:09:47 +0200 Subject: [PATCH] Change secret name to REGISTRY_TOKEN to avoid Gitea naming restrictions --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b55f4a1..511e2ed 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -23,7 +23,7 @@ jobs: with: registry: gitea.poettker-cloud.de username: ${{ gitea.actor }} - password: ${{ secrets.GITEA_TOKEN }} + password: ${{ secrets.REGISTRY_TOKEN }} - name: Build and Push Backend uses: docker/build-push-action@v5