Skip to content
Snippets Groups Projects
Commit 52e1bfb7 authored by Alexey Kuklin's avatar Alexey Kuklin
Browse files

manifest stage runner change

parent f3d4576c
No related branches found
No related tags found
2 merge requests!7updating golang vers,!6switching to 1.14.1
Pipeline #24939 passed with stages
in 1 minute and 38 seconds
......@@ -43,7 +43,7 @@ manifest:
IMAGE_ppc64le: $CI_REGISTRY/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME/ppc64le:$CI_COMMIT_REF_NAME
stage: manifest
tags:
- amd64
- script
script:
- docker manifest create $IMAGE $IMAGE_amd64 $IMAGE_ppc64le
- docker manifest push $IMAGE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment