Skip to content

Commit

Permalink
Merge pull request #2005 from performancecopilot/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/docker/metadata-action-a64d0487d7069df33b279515d35d60fa80e2ea62

build(deps): bump docker/metadata-action from 232fc64e3a4e54539e087c5976439ea54be0959d to a64d0487d7069df33b279515d35d60fa80e2ea62
  • Loading branch information
kmcdonell authored Jul 30, 2024
2 parents f149d36 + 324207e commit 86f607f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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@232fc64e3a4e54539e087c5976439ea54be0959d
uses: docker/metadata-action@a64d0487d7069df33b279515d35d60fa80e2ea62
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 86f607f

Please sign in to comment.