Skip to content

Cleanup Untagged Images #6

Cleanup Untagged Images

Cleanup Untagged Images #6

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 / .github/workflows/image-cleanup.yml

Invalid workflow file

error parsing called workflow ".github/workflows/image-cleanup.yml" -> "codeshelldev/gh-actions/.github/workflows/image-cleanup.yml@main" (source branch with sha:102755cfbc83f75d3202e49de2531d36b892679a) : (Line: 34, Col: 20): Unrecognized function: 'replace'. Located at position 1 within expression: replace(inputs.image, format('{0}/', inputs.username), '')
with:
registry: ghcr.io
secrets:
GH_PCKG_TOKEN: ${{ secrets.GH_PCKG_TOKEN }}