From 0e6efcbba0e12e921e35fb6213add5909f559e81 Mon Sep 17 00:00:00 2001 From: Chris W Date: Sun, 7 Jan 2024 12:46:27 -0700 Subject: [PATCH] fix prune workflow --- .github/workflows/docker-prune.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-prune.yml b/.github/workflows/docker-prune.yml index f4b1a9f..9d4e18e 100644 --- a/.github/workflows/docker-prune.yml +++ b/.github/workflows/docker-prune.yml @@ -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 \ No newline at end of file