Skip to content

Commit

Permalink
Merge pull request #63 from noisebridge/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/metadata-action-e6428a5c4e294a61438ed7f43155db912025b6b3

Bump docker/metadata-action from 2a4836ac76fe8f5d0ee3a0d89aa12a80cc552ad3 to e6428a5c4e294a61438ed7f43155db912025b6b3
  • Loading branch information
SuperQ authored Dec 6, 2023
2 parents 5dc22c2 + 2fef78f commit 09a1495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# 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
uses: docker/metadata-action@2a4836ac76fe8f5d0ee3a0d89aa12a80cc552ad3
uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
# This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages.
Expand Down

0 comments on commit 09a1495

Please sign in to comment.