mirror of
https://github.com/go-shiori/shiori.git
synced 2025-01-15 20:37:44 +08:00
fix: pr tag prune using other action (#656)
This commit is contained in:
parent
b70ab19905
commit
6c41661b61
1 changed files with 7 additions and 5 deletions
12
.github/workflows/_delete-registry-tag.yml
vendored
12
.github/workflows/_delete-registry-tag.yml
vendored
|
@ -9,12 +9,14 @@ on:
|
|||
type: string
|
||||
|
||||
jobs:
|
||||
purge-image:
|
||||
name: Delete tag
|
||||
purge-image-tag:
|
||||
name: Delete image from ghcr.io
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: chipkent/action-cleanup-package@1316a66015b82d745b57acbb6c570f2bb1d108f9 # v1.0.3
|
||||
- name: Delete image tag
|
||||
uses: bots-house/ghcr-delete-image-action@3827559c68cb4dcdf54d813ea9853be6d468d3a4 # v1.1.0
|
||||
with:
|
||||
package-name: ${{ github.repository }}
|
||||
owner: go-shiori
|
||||
name: shiori
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag: ${{ inputs.tag_name }}
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue