Skip to content

Commit

Permalink
Merge pull request #1843 from GW2Treasures/renovate/actions-attest-bu…
Browse files Browse the repository at this point in the history
…ild-provenance-2.x

Update actions/attest-build-provenance action to v2.1.0
  • Loading branch information
darthmaim authored Dec 9, 2024
2 parents 8e42387 + 08c917f commit b3a390f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
echo "digest=$(docker buildx imagetools inspect --format '{{json .Manifest}}' ghcr.io/gw2treasures/gw2treasures.com/web:pr-1526 | jq -cr '.digest')" >> "$GITHUB_OUTPUT"
- name: Attest
uses: actions/attest-build-provenance@v2.0.1
uses: actions/attest-build-provenance@v2.1.0
with:
subject-name: ${{ env.IMAGE_ID }}
subject-digest: ${{ steps.image.outputs.digest }}
Expand Down

0 comments on commit b3a390f

Please sign in to comment.