diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index e572dcc..5b62285 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -53,7 +53,7 @@ jobs: # For pull requests, build and push platform-specific images - name: Build and push Docker image if: github.event_name == 'pull_request' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . platforms: ${{ matrix.build.platform }}