We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e8c73 commit 7d83cc5Copy full SHA for 7d83cc5
1 file changed
.github/workflows/publish-package.yml
@@ -31,4 +31,4 @@ jobs:
31
with:
32
context: .
33
push: true
34
- tags: ghcr.io/${{ github.repository }}:latest
+ tags: ghcr.io/${{ github.repository.toLowerCase() }}:latest
0 commit comments