Skip to content

Cleanup Untagged Images #2

Cleanup Untagged Images

Cleanup Untagged Images #2

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

Check failure on line 10 in .github/workflows/image-cleanup.yml

View workflow run for this annotation

GitHub Actions / Cleanup Untagged Images

Invalid workflow file

The workflow is not valid. .github/workflows/image-cleanup.yml (Line: 10, Col: 11): Secret GH_PCKG_TOKEN is required, but not provided while calling. .github/workflows/image-cleanup.yml (Line: 14, Col: 17): Invalid secret, GH_TOKEN is not defined in the referenced workflow.
with:
registry: ghcr.io
secrets:
GH_TOKEN: ${{ secrets.GH_PCKG_TOKEN }}