fix: package-name in cleanup tag (#655)

This commit is contained in:
Felipe Martin 2023-07-21 09:51:30 +02:00 committed by GitHub
parent c5c7a5f600
commit b70ab19905
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}