Skip to content

Bump cheerio from 1.0.0-rc.6 to 1.0.0-rc.12 #289

Bump cheerio from 1.0.0-rc.6 to 1.0.0-rc.12

Bump cheerio from 1.0.0-rc.6 to 1.0.0-rc.12 #289

name: Purge Pull Request Image
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows#registry_package
# Purge Pull Request Image
on:
pull_request:
types: [closed]
jobs:
purge_pr_image:
runs-on: ubuntu-latest
steps:
- name: Purge Pull Request Image
uses: vlaurin/[email protected]
with:
token: ${{ secrets.GHCR_TOKEN}}
organization: ${{ github.repository_owner}}
container: ${{ github.event.repository.name }}
tag-regex: pr-${{github.event.pull_request.number}}$
dry-run: false