diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 9bdabbc..3380a40 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -51,7 +51,7 @@ jobs: - name: Build and maybe push Docker image # TODO remove next line if: github.event_name != 'pull_request' - uses: docker/build-push-action@v6.2 + uses: docker/build-push-action@v6 with: push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }} load: github.event_name == 'pull_request'