Skip to content

Commit a6e906f

Browse files
committed
lowercase image name
1 parent c0d005c commit a6e906f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
env:
77
REGISTRY: ghcr.io
8-
IMAGE_NAME: ${{ github.repository }}
8+
IMAGE_NAME: ${{ github.repository | toLower }}
99

1010
jobs:
1111
build-and-push-image:

0 commit comments

Comments
 (0)