Skip to content

Commit

Permalink
docs: wrong syntax to sanitize repo slug
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
CrazyMax committed Oct 2, 2021
1 parent 04d5124 commit 9f46d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f46d13

Please sign in to comment.