Commit f9d0c076 by shipengwei

edit

parents 99540933 e1aedc36
......@@ -11,6 +11,7 @@ services:
- docker:dind
before_script:
- echo $CI_REGISTRY_USER
- echo $CI_REGISTRY_IMAGE
- FULLVERSION=$BASE_VERSION.$(date +"%y%m%d%H%M")
......@@ -43,9 +44,7 @@ build-master-arm64:
build-manifest:
stage: build
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
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