Commit b4ceee9b by shipengwei

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

parents c5517c93 0209f9b5
......@@ -45,9 +45,7 @@ build-master-arm64:
build-manifest:
stage: build
needs:
- build-master-amd64
- build-master-arm64
needs: [build-master-amd64,build-master-arm64]
script:
- docker manifest create $CI_REGISTRY_IMAGE:$FULLVERSION $CI_REGISTRY_IMAGE:$FULLVERSION-amd64 $CI_REGISTRY_IMAGE:$FULLVERSION-arm64
- docker manifest push $CI_REGISTRY_IMAGE:$FULLVERSION
......
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