Skip to content

Commit

Permalink
rem actions/attest-build-provenance part when running CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanngocptn committed May 10, 2024
1 parent c636af0 commit 1abbb94
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
include:
# - registry: 'docker.io'
- registry: 'docker.io'
- registry: 'ghcr.io'
runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -42,10 +42,10 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

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

0 comments on commit 1abbb94

Please sign in to comment.