From 94d40affc2a2b4f69af20faa68d4df463f8d9892 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 17:45:21 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6.16.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 8b10b0574..145a67bfc 100644 --- a/.github/workflows/release.container.yml +++ b/.github/workflows/release.container.yml @@ -27,7 +27,7 @@ jobs: images: ghcr.io/${{ github.repository }} labels: | org.opencontainers.image.licenses=CeCILL-2.1 - - uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0 + - uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 with: context: . platforms: linux/amd64,linux/arm64