From a995da001391920f22c6e91ab342f4c8ce623cdc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 21:10:14 +0000 Subject: [PATCH] chore(core-deps): update docker/build-push-action action to v7 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4bada6b..b271c17 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@v7.0.0 with: context: . file: "./${{ inputs.docker-file-src }}" # Dockerfile path