diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ed6ddf..2e319f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: suffix=-${{ matrix.platform == 'linux/amd64' && 'amd64' || 'arm64' }} - name: Build and push Docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . push: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}