Skip to content

Commit d84d29e

Browse files
⬆️ Bump docker/metadata-action
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 60a0d343a0d8a18aedee9d34e62251f752153bdb to 0de3687b53cd804b63dd87819f7bda043569ce4a. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@60a0d34...0de3687) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa38cc1 commit d84d29e

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@0de3687b53cd804b63dd87819f7bda043569ce4a
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)