File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 matrix :
1111 include :
12- # - registry: 'docker.io'
12+ - registry : ' docker.io'
1313 - registry : ' ghcr.io'
1414 runs-on : ubuntu-latest
1515 permissions :
@@ -42,10 +42,10 @@ jobs:
4242 tags : ${{ steps.meta.outputs.tags }}
4343 labels : ${{ steps.meta.outputs.labels }}
4444
45- - name : Generate artifact attestation
46- uses : actions/attest-build-provenance@v1
47- id : attest
48- with :
49- subject-name : index.docker.io/tuanngocptn/sentry-telegram-webhook
50- subject-digest : ${{ steps.push.outputs.digest }}
51- push-to-registry : true
45+ # - name: Generate artifact attestation
46+ # uses: actions/attest-build-provenance@v1
47+ # id: attest
48+ # with:
49+ # subject-name: index.docker.io/tuanngocptn/sentry-telegram-webhook
50+ # subject-digest: ${{ steps.push.outputs.digest }}
51+ # push-to-registry: true
You can’t perform that action at this time.
0 commit comments