From d91705597e4032caa1bf73ad1efa6d8b4121aa54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:10:27 +0000 Subject: [PATCH] chore(core-deps): update docker/build-push-action action to v6 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4bada6b..10b6e2b 100644 --- a/action.yml +++ b/action.yml @@ -105,7 +105,7 @@ runs: fi - name: Build and push the image to the Container registry if: env.should-deliver-container == 'true' - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v6.10.0 with: context: . file: "./${{ inputs.docker-file-src }}" # Dockerfile path