Skip to content

Commit

Permalink
try cleaning up old package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lerner committed Aug 14, 2024
1 parent 29f759f commit 12b7f02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ jobs:
with:
push: true
tags: ghcr.io/codegrade/hourglass:${{ github.ref_name }}-${{ github.sha }}
- name: Cleanup old images
uses: actions/delete-package-versions@v4
with:
package-name: 'hourglass'
package-type: 'container'
min-versions-to-keep: 20

0 comments on commit 12b7f02

Please sign in to comment.