From 4c1236f3b186f0c1baa69cae39819a73efad7060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:58:38 -0500 Subject: [PATCH] Bump docker/metadata-action (#93) Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from bd26c982ee2b6c0f9744591c74c527e8a669f72f to 8e1d5461f02b7886d3c1a774bfbd873650445aa2. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/bd26c982ee2b6c0f9744591c74c527e8a669f72f...8e1d5461f02b7886d3c1a774bfbd873650445aa2) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 f4faf45..b1180c7 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@8e1d5461f02b7886d3c1a774bfbd873650445aa2 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}