Skip to content

build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 #516

build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5

build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 #516

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
permissions:
packages: write
steps:
- uses: r26d/ghcr-delete-image-action@v1.2.2
with:
owner: ${{ github.repository_owner }}
name: cryostat
token: ${{ secrets.GITHUB_TOKEN }}
ignore-missing-package: true
tag-regex: pr-${{ github.event.number }}-.*
tagged-keep-latest: 0
if: github.repository_owner == 'cryostatio'