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
Some checks failed
Build and Push Docker Image to Gitea / build-and-push (push) Failing after 5m45s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user