From af97d27289cf45d4de1f912eaaaa61bbaca28b5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:37:27 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v5.3.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 90237873..623965e6 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@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0 + - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0 with: context: . platforms: linux/amd64,linux/arm64