Skip to content

docs(kubernetes): add tmp volume #200

docs(kubernetes): add tmp volume

docs(kubernetes): add tmp volume #200

name: 'Clean up Docker images from PR'
on:
pull_request:
types:
- closed
jobs:
delete-tag:
uses: ./.github/workflows/_delete-registry-tag.yml
if: github.event.pull_request.head.repo.fork == false
with:
tag_name: pr-${{ github.event.pull_request.number }}