Skip to content

Cleanup Untagged Images #5

Cleanup Untagged Images

Cleanup Untagged Images #5

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:e3deb55e29274183610ef6d7098cf4376d18af31) : (Line: 34, Col: 20): Unexpected symbol: '+'. Located at position 39 within expression: replace(inputs.image, inputs.username + '/', '')
with:
registry: ghcr.io
secrets:
GH_PCKG_TOKEN: ${{ secrets.GH_PCKG_TOKEN }}