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
...@@ -43,7 +43,7 @@ manifest: ...@@ -43,7 +43,7 @@ manifest:
IMAGE_ppc64le: $CI_REGISTRY/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME/ppc64le:$CI_COMMIT_REF_NAME IMAGE_ppc64le: $CI_REGISTRY/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME/ppc64le:$CI_COMMIT_REF_NAME
stage: manifest stage: manifest
tags: tags:
- amd64 - script
script: script:
- docker manifest create $IMAGE $IMAGE_amd64 $IMAGE_ppc64le - docker manifest create $IMAGE $IMAGE_amd64 $IMAGE_ppc64le
- docker manifest push $IMAGE - docker manifest push $IMAGE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment