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 }}