mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-17 22:21:03 +08:00
ci(build-docker): update github actions attestation workflow
- update action from `actions/attest-build-provenance` to `actions/attest` for artifact attestation step
This commit is contained in:
parent
5cb1a59e99
commit
b97d56aa14
4
.github/workflows/build-docker-image.yml
vendored
4
.github/workflows/build-docker-image.yml
vendored
@ -128,7 +128,7 @@ jobs:
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '3.4.7'
|
||||
ruby-version: '4.0.1'
|
||||
- name: Get license
|
||||
run: |
|
||||
gem install licensee
|
||||
@ -243,7 +243,7 @@ jobs:
|
||||
echo "</code></pre>" >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
- name: Generate artifact attestation
|
||||
uses: actions/attest-build-provenance@v3
|
||||
uses: actions/attest@v4
|
||||
with:
|
||||
subject-name: ${{ env.IMAGE_FULL_NAME }}
|
||||
subject-digest: ${{ steps.push.outputs.digest }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user