Skip to content

Commit

Permalink
Unrem actions/attest-build-provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanngocptn committed May 10, 2024
1 parent f5da471 commit e765b1e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

# - name: Generate artifact attestation
# uses: actions/attest-build-provenance@v1
# with:
# subject-name: tuanngocptn/sentry-telegram-webhook
# subject-digest: ${{ steps.push.outputs.digest }}
# push-to-registry: true
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: tuanngocptn/sentry-telegram-webhook
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

0 comments on commit e765b1e

Please sign in to comment.