Merge branch 'master' of git.aipark.com:eoc-group/dotnet-cicd-demo
Build
build-master-arm64
$ export FULLVERSION
$ echo $FULLVERSION
1.0.2508180251
$ REGISTRY_IMAGE=$CI_REGISTRY_IMAGE:$FULLVERSION
$ docker login -u $USER_NAME -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
Error response from daemon: Get "https://k8s-t0.tencentcloudcr.com/v2/": unauthorized: authentication requiredsection_end:1755485475:step_scriptsection_start:1755485475:cleanup_file_variablesCleaning up project directory and file based variablessection_end:1755485475:cleanup_file_variablesERROR: Job failed: exit code 1
Build
build-manifest
$ export FULLVERSION
$ echo $FULLVERSION
1.0.2508180247
$ REGISTRY_IMAGE=$CI_REGISTRY_IMAGE:$FULLVERSION
$ docker login -u $USER_NAME -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
Error response from daemon: Get "https://k8s-t0.tencentcloudcr.com/v2/": unauthorized: authentication requiredsection_end:1755485234:step_scriptsection_start:1755485234:cleanup_file_variablesCleaning up project directory and file based variablessection_end:1755485235:cleanup_file_variablesERROR: Job failed: exit code 1
Build
build-master-x86
$ export FULLVERSION
$ echo $FULLVERSION
1.0.2508180246
$ REGISTRY_IMAGE=$CI_REGISTRY_IMAGE:$FULLVERSION
$ docker login -u $USER_NAME -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
Error response from daemon: Get "https://k8s-t0.tencentcloudcr.com/v2/": unauthorized: authentication requiredsection_end:1755485186:step_scriptsection_start:1755485186:cleanup_file_variablesCleaning up project directory and file based variablessection_end:1755485186:cleanup_file_variablesERROR: Job failed: exit code 1