Change secret name to REGISTRY_TOKEN to avoid Gitea naming restrictions
Build and Push Multi-Platform Images / build-and-push (push) Waiting to run
Build and Push Multi-Platform Images / build-and-push (push) Waiting to run
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user