From 2555e172be3330689220e196ff64df34d36eb446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 17:06:17 +0000 Subject: [PATCH] Bump docker/metadata-action from 3.6.2 to 4.1.1 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.6.2 to 4.1.1. - [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/v3.6.2...v4.1.1) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-container.yml b/.github/workflows/release-container.yml index 9b3cf7c8..883c7815 100644 --- a/.github/workflows/release-container.yml +++ b/.github/workflows/release-container.yml @@ -28,7 +28,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@v3.6.2 + uses: docker/metadata-action@v4.1.1 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}