Compare commits
No commits in common. "08a28ae4a255a6713e1b34a1d134777f298c3161" and "95895712442b480139efe90aba2efd2df55292d9" have entirely different histories.
08a28ae4a2
...
9589571244
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.PACKAGE_PAT }}
|
||||
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