From b4aa10854f4f760abc7422b9f12b5f808cd076d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 17:17:08 +0000 Subject: [PATCH] chore(ci): bump docker/metadata-action from 3.3.0 to 5.1.0 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.3.0 to 5.1.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](https://github.com/docker/metadata-action/compare/98669ae865ea3cffbcbaa878cf57c20bbf1c6c38...f19c3691d56f26e3f97547999df66a9ecbf0d9b0) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-image.yaml b/.github/workflows/publish-image.yaml index 7972946..4294630 100644 --- a/.github/workflows/publish-image.yaml +++ b/.github/workflows/publish-image.yaml @@ -26,7 +26,7 @@ jobs: - name: Extract metadata for the Docker image id: meta - uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 + uses: docker/metadata-action@f19c3691d56f26e3f97547999df66a9ecbf0d9b0 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}