Skip to content

Commit

Permalink
Merge pull request #475 from crazy-max/fix-docs
Browse files Browse the repository at this point in the history
docs: wrong syntax to sanitize repo slug
  • Loading branch information
crazy-max committed Oct 2, 2021
2 parents 04d5124 + 9f46d13 commit 96daefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TROUBLESHOOTING.md
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 96daefd

Please sign in to comment.