Update dotnet-pipeline.yml

This commit is contained in:
2026-01-15 20:49:49 +00:00
parent 374de82379
commit 2567551c46

View File

@@ -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