Skip to content

Commit

Permalink
Create removeuntagged.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmspam authored May 10, 2024
1 parent 5889c29 commit 038ec00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/removeuntagged.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- name: Delete all owner containers without tags
uses: Chizkiyahu/delete-untagged-ghcr-action@v3
with:
token: ${{ secrets.PAT_TOKEN }}
repository_owner: ${{ github.repository_owner }}
owner_type: org # or user

0 comments on commit 038ec00

Please sign in to comment.