Skip to content

Clean untagged ghcr images #184

Clean untagged ghcr images

Clean untagged ghcr images #184

name: Clean untagged ghcr images
on:
workflow_dispatch:
schedule:
- cron: '45 03 * * *'
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Delete all containers from repository without tags
uses: Chizkiyahu/delete-untagged-ghcr-action@v4
with:
token: ${{ secrets.WORKFLOW_GITHUB }}
repository_owner: ${{ github.repository_owner }}
repository: ${{ github.repository }}
untagged_only: true
owner_type: user # or org