Skip to content

build(deps-dev): bump @types/three from 0.166.0 to 0.170.0 #226

build(deps-dev): bump @types/three from 0.166.0 to 0.170.0

build(deps-dev): bump @types/three from 0.166.0 to 0.170.0 #226

name: Cleanup GHCR docker packages on closed pull request
on:
pull_request_target:
types:
- closed
jobs:
cleanup-package:
name: Cleanup closed PR package
runs-on: ubuntu-latest
steps:
- name: Cleanup web package
uses: snok/container-retention-policy@v2
with:
image-names: ${{ github.event.repository.name }}-web
cut-off: now UTC
timestamp-to-use: created_at
account-type: org
org-name: ${{ github.repository_owner }}
keep-at-least: 0
filter-tags: pr-${{github.event.pull_request.number}}
token: ${{ secrets.SNOK_RETENTION_GITHUB_TOKEN }}