From 8a1d917e17975be622004e3775675151929c3d3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:59:49 +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..1c9b5c7 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.9.0 with: context: . file: "./${{ inputs.docker-file-src }}" # Dockerfile path