Skip to content

Commit acf9ad9

Browse files
Bump docker/metadata-action
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from a64d0487d7069df33b279515d35d60fa80e2ea62 to 418e4b98bf2841bd337d0b24fe63cb36dc8afa55. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@a64d048...418e4b9) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: 418e4b98bf2841bd337d0b24fe63cb36dc8afa55 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe2d296 commit acf9ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
# 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.
8686
- name: Extract metadata (tags, labels) for Docker
8787
id: meta
88-
uses: docker/metadata-action@a64d0487d7069df33b279515d35d60fa80e2ea62
88+
uses: docker/metadata-action@418e4b98bf2841bd337d0b24fe63cb36dc8afa55
8989
with:
9090
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
9191
# 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)