Skip to content

Commit

Permalink
Fix cleanup of untagged images
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Jul 26, 2024
1 parent a8bb23b commit 0ab910c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/container-cleanup.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


name: Container Registry Cleanup

permissions:
Expand All @@ -10,7 +12,7 @@ on:
- cron: '15 2 * * MON'

jobs:
untagged-cleanup:
uses: "tweedegolf/actions-helpers/.github/workflows/container-untagged-cleanup.yml@main"
with:
cleanup:
- uses: "tweedegolf/cleanup-untagged-images-action@main"
with:
package: debian

0 comments on commit 0ab910c

Please sign in to comment.