Skip to content

Commit f2eb6ed

Browse files
committed
modifies workflow for lowercase
1 parent 0a6d5bb commit f2eb6ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
push: true
3434
platforms: linux/amd64,linux/arm64
3535
tags: |
36-
ghcr.io/${{ github.repository_owner }}/patch-hunter:latest
37-
ghcr.io/${{ github.repository_owner }}/patch-hunter:${{ github.ref_name }}
36+
ghcr.io/${{ github.repository_owner,, }}/patch-hunter:latest
37+
ghcr.io/${{ github.repository_owner,, }}/patch-hunter:${{ github.ref_name }}
3838

0 commit comments

Comments
 (0)