Skip to content

Update module sigs.k8s.io/controller-runtime to v0.19.3 #19

Update module sigs.k8s.io/controller-runtime to v0.19.3

Update module sigs.k8s.io/controller-runtime to v0.19.3 #19

Workflow file for this run

name: PR cleanup
on:
pull_request:
types: [closed]
jobs:
cleanup:
runs-on: 'ubuntu-latest'
steps:
-
name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
submodules: recursive
-
name: Delete pr image on Quay
id: delete_pr_image
env:
PR_NUMBER: '${{ github.event.pull_request.number }}'
QUAYIO_API_TOKEN: '${{ secrets.QUAYIO_API_TOKEN }}'
run: |
curl -X DELETE -H "Authorization: Bearer ${QUAYIO_API_TOKEN}" https://quay.io/api/v1/repository/acend/welcome-training-app/tag/pr-${PR_NUMBER}