Update secret name
Some checks failed
Docker Build & Push / build-and-publish (push) Failing after 18s
Some checks failed
Docker Build & Push / build-and-publish (push) Failing after 18s
This commit is contained in:
@@ -40,7 +40,7 @@ jobs:
|
||||
username: ${{ gitea.actor }}
|
||||
# Use a Personal Access Token (PAT) stored as a Gitea Action secret
|
||||
# You MUST create a GITEA_TOKEN secret with 'write:packages' scope.
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
password: ${{ secrets.BUILD_TOKEN }}
|
||||
|
||||
# Define image tags based on branch/tag information
|
||||
- name: Determine Image Tags
|
||||
|
||||
Reference in New Issue
Block a user