We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4823f0 commit 6009705Copy full SHA for 6009705
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
9
env:
10
REGISTRY: docker.io
11
- IMAGE_NAME: ${{ github.repository }}
+ IMAGE_NAME: ${{ toLower(github.repository) }}
12
13
jobs:
14
build-and-deploy:
0 commit comments