Skip to content

Commit

Permalink
ci: automatically clean out old containers
Browse files Browse the repository at this point in the history
  • Loading branch information
iSchluff committed Nov 6, 2023
1 parent 01b15b4 commit c04da6b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ jobs:
with:
push: true
tags: ghcr.io/voc/srtrelay/srtrelay:latest

- name: Delete old containers
uses: actions/delete-package-versions@v4
with:
package-name: 'srtrelay'
package-type: 'container'
min-versions-to-keep: 10
delete-only-untagged-versions: 'true'

0 comments on commit c04da6b

Please sign in to comment.