From 2567551c46142b52889c14a11b542406933f4225 Mon Sep 17 00:00:00 2001 From: trent Date: Thu, 15 Jan 2026 20:49:49 +0000 Subject: [PATCH] Update dotnet-pipeline.yml --- dotnet-pipeline.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dotnet-pipeline.yml b/dotnet-pipeline.yml index af5e18d..921b25f 100644 --- a/dotnet-pipeline.yml +++ b/dotnet-pipeline.yml @@ -179,14 +179,12 @@ steps: from_secret: gitea_registry_user GITEA_TOKEN: from_secret: gitea_registry_token - CI_REPO_OWNER: - from_secret: ci_repo_owner commands: - | set -euf cd "${CI_WORKSPACE}" - REGISTRY_ORG=$(echo "${CI_REPO_OWNER:-fa}" | tr 'A-Z' 'a-z') + REGISTRY_ORG="fa" echo "$GITEA_TOKEN" | docker login git.modwad.pl -u "$GITEA_USER" --password-stdin