We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6d5bb commit f2eb6edCopy full SHA for f2eb6ed
1 file changed
.github/workflows/publish.yml
@@ -33,6 +33,6 @@ jobs:
33
push: true
34
platforms: linux/amd64,linux/arm64
35
tags: |
36
- ghcr.io/${{ github.repository_owner }}/patch-hunter:latest
37
- ghcr.io/${{ github.repository_owner }}/patch-hunter:${{ github.ref_name }}
+ ghcr.io/${{ github.repository_owner,, }}/patch-hunter:latest
+ ghcr.io/${{ github.repository_owner,, }}/patch-hunter:${{ github.ref_name }}
38
0 commit comments