mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Delete oldest Docker images
Keep 20 most recent.
This commit is contained in:
parent
ec9386d002
commit
8366bde4e2
1 changed files with 7 additions and 0 deletions
7
.github/workflows/publish-docker.yml
vendored
7
.github/workflows/publish-docker.yml
vendored
|
|
@ -43,3 +43,10 @@ jobs:
|
|||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
- name: Delete oldest Docker images
|
||||
uses: actions/delete-package-versions@v4
|
||||
with:
|
||||
package-name: 'linkchecker'
|
||||
package-type: 'container'
|
||||
min-versions-to-keep: 20
|
||||
|
|
|
|||
Loading…
Reference in a new issue