Update .github/workflows/publish-github.yaml
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 29s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 29s
This commit is contained in:
parent
64a71657e8
commit
4cc54fcb0f
2
.github/workflows/publish-github.yaml
vendored
2
.github/workflows/publish-github.yaml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
password: ${{ secrets.PACKAGE_PAT }}
|
||||
# This step uses [docker/metadata-action](https://github.com/docker/metadata-action#about) to extract tags and labels that will be applied to the specified image. The `id` "meta" allows the output of this step to be referenced in a subsequent step. The `images` value provides the base name for the tags and labels.
|
||||
- name: Extract metadata (tags, labels) for Docker
|
||||
id: meta
|
||||
|
Loading…
Reference in New Issue
Block a user