Skip to content

Upgrade to V3 of CI base image. #7

Upgrade to V3 of CI base image.

Upgrade to V3 of CI base image. #7

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 }}