Compare commits

...

4 Commits

Author SHA1 Message Date
08a28ae4a2 Merge pull request 'release' (#3) from release into master
Reviewed-on: #3
2024-04-19 19:14:48 +00:00
a46a45ab04 Fix merge conflict
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 27s
2024-04-19 15:10:28 -04:00
4cc54fcb0f Update .github/workflows/publish-github.yaml
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 29s
2024-04-19 15:52:56 +00:00
64a71657e8 Merge pull request 'Update .github/workflows/publish-github.yaml' (#1) from master into release
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 3m1s
Reviewed-on: #1
2024-04-19 15:39:59 +00:00

View File

@ -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
@ -45,4 +45,4 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}