Use PAT for registry auth
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 47s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 47s
This commit is contained in:
parent
e11e54c02b
commit
7d52492e30
@ -42,7 +42,7 @@ jobs:
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
password: ${{ secrets.PACKAGE_TOKEN }}
|
||||
|
||||
- name: Extract metadata (tags, labels) for Docker
|
||||
id: meta
|
||||
|
Loading…
Reference in New Issue
Block a user