Skip to content

Commit e115466

Browse files
⬆️ Bump docker/metadata-action
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 60a0d343a0d8a18aedee9d34e62251f752153bdb to 032a4b3bda1b716928481836ac5bfe36e1feaad6. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@60a0d34...032a4b3) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: 032a4b3bda1b716928481836ac5bfe36e1feaad6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 56987ee commit e115466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# 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.
4040
- name: Extract metadata (tags, labels) for Docker
4141
id: meta
42-
uses: docker/metadata-action@60a0d343a0d8a18aedee9d34e62251f752153bdb
42+
uses: docker/metadata-action@032a4b3bda1b716928481836ac5bfe36e1feaad6
4343
with:
4444
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4545
# 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.

0 commit comments

Comments
 (0)