fix prune workflow
Docker / build (push) Has been cancelled Details

This commit is contained in:
Chris W 2024-01-07 12:46:27 -07:00
parent 6256b059f8
commit 0e6efcbba0
1 changed files with 2 additions and 6 deletions

View File

@ -3,10 +3,6 @@ name: Prune containers
on:
workflow_dispatch:
inputs:
container:
type: string
required: true
description: "Container name without organization"
older-than:
type: number
default: 14
@ -25,8 +21,8 @@ jobs:
uses: vlaurin/action-ghcr-prune@v0.5.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
organization: meikooy
container: ${{ inputs.container }}
organization: watzon
container: paste69
keep-younger-than: ${{ inputs.older-than }}
keep-last: ${{ inputs.keep-last }}
prune-untagged: true