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.
2 parents b48c92c + aa30d18 commit e9f2f7bCopy full SHA for e9f2f7b
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
8
env:
9
REGISTRY: ghcr.io
10
- IMAGE_NAME: ${{ lower(github.repository) }}
+ IMAGE_NAME: ${{ github.repository }}
11
12
jobs:
13
publish:
0 commit comments