Merge branch 'master' of git.aipark.com:eoc-group/dotnet-cicd-demo
Build
build-master-arm64
$ docker build --platform linux/arm64 --pull -t $CI_REGISTRY_IMAGE:$FULLVERSION-arm64 .
ERROR: docker: 'docker buildx build' requires 1 argument
Usage: docker buildx build [OPTIONS] PATH | URL | -
Run 'docker buildx build --help' for more informationsection_end:1755246348:step_scriptsection_start:1755246348:cleanup_file_variablesCleaning up project directory and file based variablessection_end:1755246348:cleanup_file_variablesERROR: Job failed: exit code 1
Build
build-master-x86
Login Succeeded
$ docker build --platform linux/amd64 --pull -t $CI_REGISTRY_IMAGE:$FULLVERSION-amd64 .
ERROR: docker: 'docker buildx build' requires 1 argument
Usage: docker buildx build [OPTIONS] PATH | URL | -
Run 'docker buildx build --help' for more informationsection_end:1755246338:step_scriptsection_start:1755246338:cleanup_file_variablesCleaning up project directory and file based variablessection_end:1755246339:cleanup_file_variablesERROR: Job failed: exit code 1