Commit 47a8e4f8 by shipengwei

Merge branch 'master' of git.aipark.com:eoc-group/dotnet-cicd-demo

parents 41390c01 a1329607
...@@ -39,8 +39,6 @@ build-master-arm64: ...@@ -39,8 +39,6 @@ build-master-arm64:
build-manifest: build-manifest:
stage: manifest stage: manifest
needs: ["build-master-x86", "build-master-arm64"]
tags: [x86]
script: script:
- docker manifest create $CI_REGISTRY_IMAGE:$FULLVERSION - docker manifest create $CI_REGISTRY_IMAGE:$FULLVERSION
$CI_REGISTRY_IMAGE:$FULLVERSION-amd64 $CI_REGISTRY_IMAGE:$FULLVERSION-amd64
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment