Skip to content

build(deps): bump postgresql from 42.5.1 to 42.6.0 (backport #1420) #317

build(deps): bump postgresql from 42.5.1 to 42.6.0 (backport #1420)

build(deps): bump postgresql from 42.5.1 to 42.6.0 (backport #1420) #317

Workflow file for this run

name: Clean up PR-scoped test images
on:
pull_request_target:
types:
- closed
jobs:
delete-images:
name: Delete PR-scoped test images
runs-on: ubuntu-latest
steps:
- uses: r26d/[email protected]
with:
owner: ${{ github.repository_owner }}
name: cryostat
token: ${{ secrets.GHCR_PR_TOKEN }}
ignore-missing-package: true
tag-regex: pr-${{ github.event.number }}-.*
tagged-keep-latest: 0
if: github.repository_owner == 'cryostatio'