Skip to content

Cleanup Untagged Images #4

Cleanup Untagged Images

Cleanup Untagged Images #4

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:8269bd297665c78333ae6a343677e6542a186324) : (Line: 34, Col: 20): Unexpected symbol: '('. Located at position 19 within expression: inputs.image.split('/')[1]
with:
registry: ghcr.io
secrets:
GH_PCKG_TOKEN: ${{ secrets.GH_PCKG_TOKEN }}