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