Skip to content

Commit

Permalink
fix: package-name in cleanup tag (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Jul 21, 2023
1 parent c5c7a5f commit b70ab19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_delete-registry-tag.yml
Expand Up @@ -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 }}

0 comments on commit b70ab19

Please sign in to comment.