From 3c2b5bf0f7797970412199a68a5b86abd2a9b6f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 13:00:59 +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..c8eeaae 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.8.0 with: context: . file: "./${{ inputs.docker-file-src }}" # Dockerfile path