Merge branch 'master' of git.aipark.com:eoc-group/dotnet-cicd-demo
Build
build-manifest
$ FULLVERSION=$BASE_VERSION.$(date +"%y%m%d%H%M")
$ export FULLVERSION
$ echo $FULLVERSION
1.0.2508180305
$ REGISTRY_IMAGE=$CI_REGISTRY_IMAGE:$FULLVERSION
$ echo "$CI_REGISTRY_PASSWORD" | docker login --username $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
Error response from daemon: Get "https://k8s-t0.tencentcloudcr.com/v2/": unauthorized: authentication requiredsection_end:1755486309:step_scriptsection_start:1755486309:cleanup_file_variablesCleaning up project directory and file based variablessection_end:1755486309:cleanup_file_variablesERROR: Job failed: exit code 1
Build
build-master-x86
$ FULLVERSION=$BASE_VERSION.$(date +"%y%m%d%H%M")
$ export FULLVERSION
$ echo $FULLVERSION
1.0.2508180304
$ REGISTRY_IMAGE=$CI_REGISTRY_IMAGE:$FULLVERSION
$ echo "$CI_REGISTRY_PASSWORD" | docker login --username $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
Error response from daemon: Get "https://k8s-t0.tencentcloudcr.com/v2/": unauthorized: authentication requiredsection_end:1755486270:step_scriptsection_start:1755486270:cleanup_file_variablesCleaning up project directory and file based variablessection_end:1755486270:cleanup_file_variablesERROR: Job failed: exit code 1
Build
build-master-arm64
$ FULLVERSION=$BASE_VERSION.$(date +"%y%m%d%H%M")
$ export FULLVERSION
$ echo $FULLVERSION
1.0.2508180304
$ REGISTRY_IMAGE=$CI_REGISTRY_IMAGE:$FULLVERSION
$ echo "$CI_REGISTRY_PASSWORD" | docker login --username $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
Error response from daemon: Get "https://k8s-t0.tencentcloudcr.com/v2/": unauthorized: authentication requiredsection_end:1755486259:step_scriptsection_start:1755486259:cleanup_file_variablesCleaning up project directory and file based variablessection_end:1755486259:cleanup_file_variablesERROR: Job failed: exit code 1