From d13d785b839afa222e6f243be9243ffcd9cb1b63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:20:54 +0000 Subject: [PATCH] chore(deps): bump docker/metadata-action from 3.6.2 to 5.6.1 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.6.2 to 5.6.1. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/e5622373a38e60fb6d795a4421e56882f2d7a681...369eb591f429131d6889c46b94e711f089e6ca96) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/registry-build-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/registry-build-publish.yaml b/.github/workflows/registry-build-publish.yaml index fa269d1..8cd26f8 100644 --- a/.github/workflows/registry-build-publish.yaml +++ b/.github/workflows/registry-build-publish.yaml @@ -33,7 +33,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@e5622373a38e60fb6d795a4421e56882f2d7a681 + uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} flavor: |