Merge branch 'master' of git.aipark.com:eoc-group/dotnet-cicd-demo
Build
build-manifest
WARNING! Your credentials are stored unencrypted in '/root/.docker/config.json'.
Configure a credential helper to remove this warning. See
https://docs.docker.com/go/credential-store/
$ docker manifest create $CI_REGISTRY_IMAGE:$FULLVERSION $CI_REGISTRY_IMAGE:$FULLVERSION-amd64 $CI_REGISTRY_IMAGE:$FULLVERSION-arm64
error parsing name for manifest list k8s-t0.tencentcloudcr.com/eoc/dotnet-cicd-demo:: invalid reference formatsection_end:1755494563:step_scriptsection_start:1755494563:cleanup_file_variablesCleaning up project directory and file based variablessection_end:1755494563:cleanup_file_variablesERROR: Job failed: exit code 1
Build
build-master-x86
WARNING! Your credentials are stored unencrypted in '/root/.docker/config.json'.
Configure a credential helper to remove this warning. See
https://docs.docker.com/go/credential-store/
$ docker build -t $CI_REGISTRY_IMAGE:$FULLVERSION-amd64 . --pull -f Dockerfile --platform linux/amd64
ERROR: failed to build: invalid tag "k8s-t0.tencentcloudcr.com/eoc/dotnet-cicd-demo:-amd64": invalid reference formatsection_end:1755494524:step_scriptsection_start:1755494524:cleanup_file_variablesCleaning up project directory and file based variablessection_end:1755494524:cleanup_file_variablesERROR: Job failed: exit code 1
Build
build-master-arm64
WARNING! Your credentials are stored unencrypted in '/root/.docker/config.json'.
Configure a credential helper to remove this warning. See
https://docs.docker.com/go/credential-store/
$ docker build -t $CI_REGISTRY_IMAGE:$FULLVERSION-arm64 . --pull -f Dockerfile --platform linux/arm64
ERROR: failed to build: invalid tag "k8s-t0.tencentcloudcr.com/eoc/dotnet-cicd-demo:-arm64": invalid reference formatsection_end:1755494487:step_scriptsection_start:1755494487:cleanup_file_variablesCleaning up project directory and file based variablessection_end:1755494487:cleanup_file_variablesERROR: Job failed: exit code 1