From e2ecc41593553e8e687c593d63eb75d95b73a67b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:36:41 +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/publish-container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-container.yaml b/.github/workflows/publish-container.yaml index 6c60520..1b3c6c3 100644 --- a/.github/workflows/publish-container.yaml +++ b/.github/workflows/publish-container.yaml @@ -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 }}