Update .github/workflows/main.yml
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 5m49s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 5m49s
This commit is contained in:
parent
c07f217ab8
commit
f6f01373d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
password: ${{ secrets.RUNNER_PKG_TOK }}
|
||||
|
||||
- name: Extract metadata (tags, labels) for Docker
|
||||
id: meta
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue