Skip to content

Commit

Permalink
fix: pr tag prune using other action (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Jul 21, 2023
1 parent b70ab19 commit 6c41661
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/_delete-registry-tag.yml
Expand Up @@ -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 }}

0 comments on commit 6c41661

Please sign in to comment.