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

common part moved

parent 6e5388c6
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ manifest: ...@@ -44,7 +44,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