From d16b71cdabbaaaf69c2b31860a63305c8c667ee2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 20:23:39 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .github/workflows/image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 8f20c08..f59e063 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -60,7 +60,7 @@ jobs: # For pull requests, build and push platform-specific images - name: Build and push Docker image if: github.event_name == 'push' || (github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'safe to test')) - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . platforms: ${{ matrix.build.platform }}