From 9456790083e12386da4b2ad6fbd495fedecca67c Mon Sep 17 00:00:00 2001 From: Byron Gamatos Date: Fri, 3 Jul 2026 13:16:49 +0200 Subject: [PATCH] fix(release): lowercase the ghcr repo name in image tags (#738) The repo is 'got-feedback/feedBack' (capital B) after the rename, so ${GITHUB_REPOSITORY} produced an invalid Docker tag ('repository name must be lowercase'). Use ${GITHUB_REPOSITORY,,}. nightly/rc already hardcode lowercase 'feedback'. Co-authored-by: Claude Opus 4.8 (1M context) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44b3f37..8110ab3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,9 +35,9 @@ jobs: # stable releases (no pre-release suffix). { echo "tags<> "$GITHUB_OUTPUT"