mirror of
https://github.com/go-shiori/shiori.git
synced 2024-11-13 04:35:28 +08:00
12 lines
229 B
YAML
12 lines
229 B
YAML
name: 'Clean up Docker images from PR'
|
|
|
|
on:
|
|
pull_request:
|
|
types:
|
|
- closed
|
|
|
|
jobs:
|
|
delete-tag:
|
|
uses: ./.github/workflows/_delete-registry-tag.yml
|
|
with:
|
|
tag_name: pr-${{ github.event.pull_request.number }}
|