diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 60948ea5..6a1a4d12 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -129,5 +129,6 @@ jobs: labels: ${{ steps.meta.outputs.labels }} platforms: linux/amd64 # only push if the branch is main or a release branch - push: ${{ startsWith(github.ref, 'refs/heads/main') || startsWith(github.ref, 'refs/heads/release/') }} + push: true + # push: ${{ startsWith(github.ref, 'refs/heads/main') || startsWith(github.ref, 'refs/heads/release/') }} provenance: false