perf:修改docker认证方式
All checks were successful
oasis/resume/pipeline/head This commit looks good

This commit is contained in:
2026-01-29 06:17:06 +00:00
parent 287ef1facb
commit 6a70bfcd92

2
Jenkinsfile vendored
View File

@@ -72,7 +72,7 @@ spec:
) )
]) { ]) {
sh """ sh """
docker login -u "\$HARBOR_USERNAME" -p "\$HARBOR_PASSWORD" https://harbor.ingress.lab.gitfitlive.com echo "\$HARBOR_PASSWORD" | docker login -u "\$HARBOR_USERNAME" https://harbor.ingress.lab.gitfitlive.com --password-stdin
""" """
} }