From 72caf331a2f5388effaf299782a6ee3c15eb2ef0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 18:56:54 +0000 Subject: [PATCH] chore(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 b294c7d..16dd151 100644 --- a/action.yml +++ b/action.yml @@ -209,7 +209,7 @@ runs: - name: Build and push Docker images # Do not update to >=v6 untill the issue would be solved # https://github.com/docker/build-push-action/issues/1167 - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 id: docker-build-push-action with: allow: ${{ inputs.allow }}