build(deps): bump io.netty:netty-bom from 4.1.108.Final to 4.1.110.Final #599
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] | |
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' |