From c4e4dd2a6a14f518e7bfd5bf49e658ed01d97fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:22:13 +0000 Subject: [PATCH] chore(deps): bump docker/metadata-action from 5.3.0 to 5.6.1 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.3.0 to 5.6.1. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/31cebacef4805868f9ce9a0cb03ee36c32df2ac4...369eb591f429131d6889c46b94e711f089e6ca96) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 3b64e9d..2b9c9b0 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -44,7 +44,7 @@ jobs: # If the pull request is not merged, do not include the edge tag and only include the sha tag. # https://github.com/docker/metadata-action - name: Extract Docker metadata - uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v5.3.0 + uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 with: images: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} @@ -128,7 +128,7 @@ jobs: # If the pull request is not merged, do not include the edge tag and only include the sha tag. # https://github.com/docker/metadata-action - name: Extract Docker metadata - uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v5.3.0 + uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 with: images: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}