Skip to content

Bump github/codeql-action from 2 to 3 #8

Bump github/codeql-action from 2 to 3

Bump github/codeql-action from 2 to 3 #8

Workflow file for this run

name: Delete PR Image
on:
pull_request:
types:
- closed
branches:
- main
jobs:
clean-image:
runs-on: ubuntu-22.04
steps:
- id: details
uses: kpfleming/composite-actions/image-details@v2
with:
base_image: python:bookworm-main
- uses: kpfleming/composite-actions/delete-pr-image@v2
with:
image_registry: ${{ steps.details.outputs.image_registry }}
registry_account: ${{ steps.details.outputs.registry_account }}
registry_token: ${{ secrets.QUAY_API_TOKEN }}
repo_name: ${{ steps.details.outputs.repo_name }}