mirror of
https://github.com/Icinga/icingadb.git
synced 2026-02-18 18:18:00 -05:00
Merge pull request #916 from Icinga/dont-push-attestations-to-image-registries
`container-image` workflow: Don't push attestations to image registries
This commit is contained in:
commit
dea6b57fa9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/container-image.yml
vendored
4
.github/workflows/container-image.yml
vendored
|
|
@ -103,7 +103,7 @@ jobs:
|
|||
with:
|
||||
subject-name: ghcr.io/${{ env.IMAGE_NAME }}
|
||||
subject-digest: ${{ steps.build-and-push.outputs.digest }}
|
||||
push-to-registry: true
|
||||
push-to-registry: false
|
||||
|
||||
- name: Generate artifact attestation for Docker Hub
|
||||
if: github.event_name != 'pull_request'
|
||||
|
|
@ -115,4 +115,4 @@ jobs:
|
|||
# [^1]: https://github.com/actions/attest-build-provenance?tab=readme-ov-file#container-image
|
||||
subject-name: index.docker.io/${{ env.IMAGE_NAME }}
|
||||
subject-digest: ${{ steps.build-and-push.outputs.digest }}
|
||||
push-to-registry: true
|
||||
push-to-registry: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue