Skip to content

Commit 6b73dfc

Browse files
committed
[docker] fix image path
1 parent 8385f61 commit 6b73dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
with:
3232
context: .
3333
push: true
34-
tags: ghcr.io/${{ github.repository }}/funtides-env:latest
34+
tags: ghcr.io/${{ github.repository | downcase }}/funtides-env:latest
3535
cache-from: type=gha
3636
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)