Commit f76a07b7 by shipengwei

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

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