|
@@ -170,7 +170,7 @@ jobs:
|
|
|
|
|
|
|
|
- name: Generate provenance attestation and push to OCI registry
|
|
- name: Generate provenance attestation and push to OCI registry
|
|
|
if: steps.push_chart.outputs.push_status == 'pushed'
|
|
if: steps.push_chart.outputs.push_status == 'pushed'
|
|
|
- uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
|
|
|
|
|
|
|
+ uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
|
|
|
with:
|
|
with:
|
|
|
push-to-registry: true
|
|
push-to-registry: true
|
|
|
subject-name: ${{ steps.push_chart.outputs.registry }}/${{ steps.push_chart.outputs.chart_name }}
|
|
subject-name: ${{ steps.push_chart.outputs.registry }}/${{ steps.push_chart.outputs.chart_name }}
|