Merge branch 'master' of git.aipark.com:eoc-group/dotnet-cicd-demo
Build
build-manifest
$ export FULLVERSION
$ echo $FULLVERSION
1.0.2508180258
$ REGISTRY_IMAGE=$CI_REGISTRY_IMAGE:$FULLVERSION
$ docker login -u $CI_REGISTRY_USER -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:1755485892:step_scriptsection_start:1755485892:cleanup_file_variablesCleaning up project directory and file based variablessection_end:1755485892:cleanup_file_variablesERROR: Job failed: exit code 1
Build
build-master-arm64
$ export FULLVERSION
$ echo $FULLVERSION
1.0.2508180257
$ REGISTRY_IMAGE=$CI_REGISTRY_IMAGE:$FULLVERSION
$ docker login -u $CI_REGISTRY_USER -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:1755485854:step_scriptsection_start:1755485854:cleanup_file_variablesCleaning up project directory and file based variablessection_end:1755485854:cleanup_file_variablesERROR: Job failed: exit code 1
Build
build-master-x86
$ export FULLVERSION
$ echo $FULLVERSION
1.0.2508180257
$ REGISTRY_IMAGE=$CI_REGISTRY_IMAGE:$FULLVERSION
$ docker login -u $CI_REGISTRY_USER -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:1755485853:step_scriptsection_start:1755485853:cleanup_file_variablesCleaning up project directory and file based variablessection_end:1755485853:cleanup_file_variablesERROR: Job failed: exit code 1