|
|
|
|
@ -177,14 +177,14 @@ jobs:
|
|
|
|
|
|
|
|
|
|
# TODO: uncomment when the action is working for non ghcr.io pushes. GH Issue: https://github.com/actions/attest-build-provenance/issues/80 |
|
|
|
|
# - name: Generate build provenance attestation |
|
|
|
|
# uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0 |
|
|
|
|
# uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0 |
|
|
|
|
# with: |
|
|
|
|
# subject-name: dexidp/dex |
|
|
|
|
# subject-digest: ${{ steps.build.outputs.digest }} |
|
|
|
|
# push-to-registry: true |
|
|
|
|
|
|
|
|
|
- name: Generate build provenance attestation |
|
|
|
|
uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0 |
|
|
|
|
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0 |
|
|
|
|
with: |
|
|
|
|
subject-name: ghcr.io/${{ github.repository }} |
|
|
|
|
subject-digest: ${{ steps.build.outputs.digest }} |
|
|
|
|
|