|
@@ -178,7 +178,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@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
|
|
|
|
|
|
|
+ uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.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 }}
|