Skip to content

v1.3.0 QoL Features #14

v1.3.0 QoL Features

v1.3.0 QoL Features #14

Workflow file for this run

name: Cleanup Untagged Images
on:
workflow_dispatch:
release:
types: [published]
jobs:
update:
uses: codeshelldev/gh-actions/.github/workflows/image-cleanup.yml@main
with:
registry: ghcr.io
secrets:
GH_PCKG_TOKEN: ${{ secrets.GH_PCKG_TOKEN }}