fix: rename GITEA_TOKEN to REGISTRY_TOKEN to avoid reserved name conflict
Some checks failed
Build and Push Docker Image to Gitea / build-and-push (push) Failing after 5m45s

This commit is contained in:
2025-11-15 18:02:48 +01:00
parent 105efc9a47
commit 3bdf58a827

View File

@@ -39,7 +39,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Extract metadata (tags, labels)
id: meta