Skip to content

add tags to docker images and cleanup workflow #3

add tags to docker images and cleanup workflow

add tags to docker images and cleanup workflow #3

Workflow file for this run

name: Clean git container registry
on:
workflow_dispatch:
release:
types: [ created ] # Runs only when a new release is created
jobs:
- name: ghcr.io cleanup action

Check failure on line 9 in .github/workflows/ghcr_cleanup.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ghcr_cleanup.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
runs-on: ubuntu-latest
steps:
- uses: dataaxiom/ghcr-cleanup-action@v1
with:
delete-untagged: true
token: ${{ secrets.GITHUB_TOKEN }}