We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702b883 commit d4e08f5Copy full SHA for d4e08f5
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
8
env:
9
REGISTRY: ghcr.io
10
- IMAGE_NAME: ${{ github.repository }}
+ IMAGE_NAME: ${{ lower(github.repository) }}
11
12
jobs:
13
publish:
0 commit comments