mirror of
https://github.com/Icinga/icingadb.git
synced 2026-06-09 08:56:54 -04:00
Merge pull request #1016 from Icinga/dependabot/github_actions/actions/attest-build-provenance-3
build(deps): bump actions/attest-build-provenance from 2 to 3
This commit is contained in:
commit
a25e2c2d9c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/container-image.yml
vendored
4
.github/workflows/container-image.yml
vendored
|
|
@ -149,7 +149,7 @@ jobs:
|
|||
|
||||
- name: Generate artifact attestation for GitHub Container Registry
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: actions/attest-build-provenance@v2
|
||||
uses: actions/attest-build-provenance@v3
|
||||
with:
|
||||
subject-name: ghcr.io/${{ env.IMAGE_NAME }}
|
||||
subject-digest: ${{ steps.build-and-push.outputs.digest }}
|
||||
|
|
@ -157,7 +157,7 @@ jobs:
|
|||
|
||||
- name: Generate artifact attestation for Docker Hub
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: actions/attest-build-provenance@v2
|
||||
uses: actions/attest-build-provenance@v3
|
||||
with:
|
||||
# According to the documentation [^1],
|
||||
# "index.docker.io" should be used as the registry portion of the image name when pushing to Docker Hub.
|
||||
|
|
|
|||
Loading…
Reference in a new issue