From 03f8c3ca1383be87b88fb39eb18e120edfe70168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:41:56 +0000 Subject: [PATCH] chore(deps): bump docker/metadata-action from 5.0.0 to 5.3.0 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.0.0 to 5.3.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/96383f45573cb7f253c731d3b3ab81c87ef81934...31cebacef4805868f9ce9a0cb03ee36c32df2ac4) --- 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 411fbd6..44e6a83 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@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0 + uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v5.3.0 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@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0 + uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v5.3.0 with: images: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}