Merge pull request #475 from crazy-max/fix-docs
docs: wrong syntax to sanitize repo slugpull/476/head
commit
96daefdf52
|
@ -108,7 +108,7 @@ to generate sanitized tags, or a dedicated step to sanitize the slug:
|
|||
id: repo_slug
|
||||
with:
|
||||
result-encoding: string
|
||||
script: return `ghcr.io/${github.repository.toLowerCase()}`
|
||||
script: return '${{ github.repository }}'.toLowerCase()
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
|
|
Loading…
Reference in New Issue