Skip to content

Delete all images from GitHub Container Registry #1

Delete all images from GitHub Container Registry

Delete all images from GitHub Container Registry #1

name: Delete all images from GitHub Container Registry
on:
workflow_dispatch:
jobs:
delete-images:
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- uses: actions/delete-package-versions@v5
with:
package-name: 'docker-pihole-unbound'
package-type: 'container'
min-versions-to-keep: 0