From 85f32345304f18351fde760ed9a396afba81c424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sun, 9 Aug 2026 03:25:25 +0200 Subject: [PATCH] Lowercase image name in CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fadeb6..e602793 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - id: tags name: Compute image tags run: | - IMAGE="git.lovinator.space/TheLovinator/ANewDawn" + IMAGE="git.lovinator.space/thelovinator/anewdawn" if [ "${FORGEJO_REF}" = "refs/heads/master" ]; then echo "tags=${IMAGE}:latest,${IMAGE}:master" >> "$FORGEJO_OUTPUT" else