Skip to content

Commit 0f50b83

Browse files
committed
feat: add housekeeping workflow for container image cleanup
1 parent 91d3fd0 commit 0f50b83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/housekeeping.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212
permissions:
1313
packages: write
14+
concurrency:
15+
group: cleanup-images
1416
steps:
1517
- name: Delete untagged images
1618
uses: dataaxiom/ghcr-cleanup-action@v1
1719
with:
18-
dry-run: true
1920
keep-n-untagged: 10
2021
- name: Delete old release candidate images
2122
uses: dataaxiom/ghcr-cleanup-action@v1
2223
with:
23-
dry-run: true
2424
delete-tags: '*-rc*'
2525
keep-n-tagged: 3

0 commit comments

Comments
 (0)