fix: user REGISTRY_TOKEN for container registry auth
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m58s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m58s
This commit is contained in:
parent
db267ddb8e
commit
21d70d3ec3
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- name: Extract metadata (tags, labels)
|
||||
id: meta
|
||||
|
|
|
|||
Loading…
Reference in a new issue