Skip to content

Prune

Prune #54

Workflow file for this run

---
name: Prune
on:
schedule:
- cron: "0 5 * * 3"
workflow_dispatch: {}
jobs:
ghcr:
name: GitHub Container Registry
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Prune smoke test images
uses: snok/container-retention-policy@v2
with:
image-names: fake-seam-connect
filter-tags: smoke-*
cut-off: One week ago UTC
keep-at-least: 1
account-type: org
org-name: ${{ github.repository_owner }}
token: ${{ secrets.GH_TOKEN }}