From 7688472f98154c04dbbeeec07e80a2babad1a9a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:17:52 +0000 Subject: [PATCH] Bump docker/metadata-action Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 0de3687b53cd804b63dd87819f7bda043569ce4a to bd26c982ee2b6c0f9744591c74c527e8a669f72f. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/0de3687b53cd804b63dd87819f7bda043569ce4a...bd26c982ee2b6c0f9744591c74c527e8a669f72f) --- 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 b952b87..6c60520 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@0de3687b53cd804b63dd87819f7bda043569ce4a + uses: docker/metadata-action@bd26c982ee2b6c0f9744591c74c527e8a669f72f with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}