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:
parent
41e2ae1242
commit
5d818dc7f1
1 changed files with 19 additions and 0 deletions
19
.github/workflows/clean_repo.yml
vendored
Normal file
19
.github/workflows/clean_repo.yml
vendored
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue