We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d005c commit a6e906fCopy full SHA for a6e906f
.github/workflows/deploy-image.yml
@@ -5,7 +5,7 @@ on:
5
6
env:
7
REGISTRY: ghcr.io
8
- IMAGE_NAME: ${{ github.repository }}
+ IMAGE_NAME: ${{ github.repository | toLower }}
9
10
jobs:
11
build-and-push-image:
0 commit comments