1
0
Fork 0

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:
pooneyy 2026-02-26 11:46:46 +08:00
parent 5cb1a59e99
commit b97d56aa14
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}