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 8fd10c4 commit fa5f3ecCopy full SHA for fa5f3ec
.github/workflows/docker-build.yml
@@ -8,7 +8,7 @@ on:
8
9
env:
10
REGISTRY: ghcr.io
11
- IMAGE_NAME: ${{ github.repository.toLower() }}
+ IMAGE_NAME: ${{ github.repository | toLower }}
12
13
jobs:
14
build-and-push:
0 commit comments