1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 02:47:56 +01:00

Delete untagged packages (#91)

This commit is contained in:
Jason N 2024-03-27 15:31:20 -04:00 committed by GitHub
parent 41e2ae1242
commit 5d818dc7f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

19
.github/workflows/clean_repo.yml vendored Normal file
View file

@ -0,0 +1,19 @@
on:
#schedule:
# - cron: '39 21 * * *'
workflow_dispatch:
jobs:
build-container:
name: Delete untagged packages
runs-on: ubuntu-latest
steps:
- name: Dlete Untagged packages
uses: Chizkiyahu/delete-untagged-ghcr-action@v3
with:
token: ${{ secrets.PACKAGE_DELETER }}
repository_owner: ${{ github.repository_owner }}
repository: ${{ github.repository }}
untagged_only: true
owner_type: user