Compare commits
1 commit
main
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3bb4fb628e |
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -41,6 +41,6 @@ jobs:
|
|||
|
||||
- name: Attest Release Files
|
||||
id: attest
|
||||
uses: actions/attest-build-provenance@v1
|
||||
uses: actions/attest-build-provenance@v2
|
||||
with:
|
||||
subject-path: 'Containerfile'
|
||||
|
|
|
|||
2
.github/workflows/vib-build.yml
vendored
2
.github/workflows/vib-build.yml
vendored
|
|
@ -162,7 +162,7 @@ jobs:
|
|||
provenance: false
|
||||
|
||||
- name: Attest pushed image
|
||||
uses: actions/attest-build-provenance@v1
|
||||
uses: actions/attest-build-provenance@v2
|
||||
id: attest
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue