Skip to content

Commit

Permalink
ci: keep the last 1000 untagged versions
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Dec 9, 2024
1 parent e68d275 commit b50e960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
with:
package-name: jans/${{ matrix.docker-images }}
package-type: container
min-versions-to-keep: 0
min-versions-to-keep: 1000
token: ${{ secrets.GITHUB_TOKEN }}
delete-only-untagged-versions: true

Expand Down

0 comments on commit b50e960

Please sign in to comment.