Skip to content

rev to python 3.12 image and v2.3.2 release #26

rev to python 3.12 image and v2.3.2 release

rev to python 3.12 image and v2.3.2 release #26

Workflow file for this run

name: Delete old container images
on:
push:
tags:
- '*.*'
- '*.*.*'
jobs:
clean-ghcr:
name: Delete old unused container images
runs-on: ubuntu-latest
steps:
- name: Delete old images
uses: snok/container-retention-policy@v2
with:
image-names: ${{ github.event.repository.name }}
cut-off: 1 week ago UTC
untagged-only: true
keep-at-least: 1
account-type: personal
token: ${{ secrets.GHCR_CLEAN_PAT }}