Skip to content

Commit

Permalink
Merge pull request #157 from infinityofspace/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/attest-build-provenance-2

Bump actions/attest-build-provenance from 1 to 2
  • Loading branch information
infinityofspace authored Jan 11, 2025
2 parents 4ffc784 + 715b022 commit 3382a93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Attest
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
id: attest
with:
subject-name: ghcr.io/${{ secrets.GH_USERNAME }}/certbot_dns_duckdns
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
cache-to: type=gha,mode=max

- name: Attest
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
id: attest
with:
subject-name: ghcr.io/${{ secrets.GH_USERNAME }}/certbot_dns_duckdns
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Attest
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
id: attest
with:
subject-name: ghcr.io/${{ secrets.GH_USERNAME }}/certbot_dns_duckdns
Expand Down

0 comments on commit 3382a93

Please sign in to comment.