mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Don't push attestation of Docker images to the registry
Generates additional entries in the list of image versions, some are labelled making it impossible for actions/delete-package-version in its current state to automatically remove them. https://github.com/actions/attest-build-provenance/issues/71#issuecomment-2108140285
This commit is contained in:
parent
cea3a84e8a
commit
c698fe7877
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-docker.yml
vendored
2
.github/workflows/publish-docker.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
with:
|
||||
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
subject-digest: ${{ steps.push.outputs.digest }}
|
||||
push-to-registry: true
|
||||
push-to-registry: false
|
||||
|
||||
- name: Delete oldest Docker images
|
||||
uses: actions/delete-package-versions@v5
|
||||
|
|
|
|||
Loading…
Reference in a new issue