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