From 9f46d13e7179d00323d975efe64825561fbff8c4 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sat, 2 Oct 2021 18:23:03 +0200 Subject: [PATCH] docs: wrong syntax to sanitize repo slug Signed-off-by: CrazyMax --- TROUBLESHOOTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index 8cdb610..fe074e8 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -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