From 648bb3f086901ea12096c7975a1d0470827afd06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 17:47:08 +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..d40af0f 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.1.0 with: context: . file: "./${{ inputs.docker-file-src }}" # Dockerfile path