mirror of
https://github.com/go-shiori/shiori.git
synced 2025-01-15 20:37:44 +08:00
fix: package-name in cleanup tag (#655)
This commit is contained in:
parent
c5c7a5f600
commit
b70ab19905
1 changed files with 1 additions and 1 deletions
2
.github/workflows/_delete-registry-tag.yml
vendored
2
.github/workflows/_delete-registry-tag.yml
vendored
|
@ -15,6 +15,6 @@ jobs:
|
|||
steps:
|
||||
- uses: chipkent/action-cleanup-package@1316a66015b82d745b57acbb6c570f2bb1d108f9 # v1.0.3
|
||||
with:
|
||||
package-name: ghcr.io/${{ github.repository }}
|
||||
package-name: ${{ github.repository }}
|
||||
tag: ${{ inputs.tag_name }}
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue