We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268db31 commit aca5ea8Copy full SHA for aca5ea8
1 file changed
.github/workflows/docker-images.yml
@@ -75,10 +75,3 @@ jobs:
75
platforms: ${{ matrix.IMAGE.DOCKER_PLATFORM }}
76
pull: true
77
push: ${{ (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main' }}
78
- - name: Attese
79
- uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
80
- with:
81
- subject-name: "ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}"
82
- subject-digest: ${{ steps.docker-build.outputs.digest }}
83
- push-to-registry: true
84
- if: (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main'
0 commit comments