From 027574fa4ed320057ec31765b7832f4ed3426914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:47:16 +0000 Subject: [PATCH] Bump docker/metadata-action Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from bd26c982ee2b6c0f9744591c74c527e8a669f72f to 115662203e5f4c9b240a57397f721baaab82a488. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/bd26c982ee2b6c0f9744591c74c527e8a669f72f...115662203e5f4c9b240a57397f721baaab82a488) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 57d07c8..13a465b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -27,7 +27,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@bd26c982ee2b6c0f9744591c74c527e8a669f72f + uses: docker/metadata-action@115662203e5f4c9b240a57397f721baaab82a488 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}