Skip to content

Commit 1abbb94

Browse files
committed
rem actions/attest-build-provenance part when running CI
1 parent c636af0 commit 1abbb94

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/docker-image.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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

0 commit comments

Comments
 (0)