Skip to content

Commit

Permalink
Merge pull request #389 from HCL-TECH-SOFTWARE/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
Stwissel authored Jul 17, 2023
2 parents 9dbd39a + 31a1fe6 commit e513f10
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/container-housekeeping.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
schedule:
- cron: '0 1 * * 0'
workflow_dispatch:

jobs:
nuke-them:
name: 'Delete all containers from repository without tags'
uses: Chizkiyahu/delete-untagged-ghcr-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository_owner: ${{ github.repository_owner }}
repository: ${{ github.repository }}
untagged_only: true
owner_type: org # or user

0 comments on commit e513f10

Please sign in to comment.