Change secret name to REGISTRY_TOKEN to avoid Gitea naming restrictions
Build and Push Multi-Platform Images / build-and-push (push) Waiting to run

This commit is contained in:
2026-05-04 08:09:47 +02:00
parent 190ecaebaf
commit ca9bcc3c88
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
with: with:
registry: gitea.poettker-cloud.de registry: gitea.poettker-cloud.de
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and Push Backend - name: Build and Push Backend
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5