Skip to content

Commit

Permalink
test build apnd push to generate the atestation...
Browse files Browse the repository at this point in the history
  • Loading branch information
merlos committed Aug 11, 2024
1 parent 36255b5 commit 1410603
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,16 @@ jobs:
with:
context: .
push: true
sbom: true
provenance: mode=max
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64,linux/arm/v7

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

0 comments on commit 1410603

Please sign in to comment.