Commit b48a0e01 by shipengwei

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

parents 9e5818fb e507e2f7
...@@ -37,7 +37,7 @@ build-master-arm64: ...@@ -37,7 +37,7 @@ build-master-arm64:
tags: tags:
- arm64 - arm64
merge:manifest: build-manifest:
stage: manifest stage: manifest
needs: ["build-master-x86", "build-master-arm64"] needs: ["build-master-x86", "build-master-arm64"]
tags: [x86] tags: [x86]
...@@ -46,3 +46,6 @@ merge:manifest: ...@@ -46,3 +46,6 @@ merge:manifest:
$CI_REGISTRY_IMAGE:$FULLVERSION-amd64 $CI_REGISTRY_IMAGE:$FULLVERSION-amd64
$CI_REGISTRY_IMAGE:$FULLVERSION-arm64 $CI_REGISTRY_IMAGE:$FULLVERSION-arm64
- docker manifest push $CI_REGISTRY_IMAGE:$FULLVERSION - docker manifest push $CI_REGISTRY_IMAGE:$FULLVERSION
only:
- master
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