diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e961adb..4f01f52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: load: ${{ github.event_name == 'pull_request' }} push: ${{ github.event_name != 'pull_request' }} platforms: ${{ github.event_name != 'pull_request' && env.platforms || '' }} - annotations: ${{ steps.meta.outputs.annotations }} + annotations: ${{ github.event_name != 'pull_request' && steps.meta.outputs.annotations || '' }} pull: true sbom: ${{ github.event_name != 'pull_request' }} provenance: ${{ github.event_name != 'pull_request' }}