Commit 922942cc authored by nanahira's avatar nanahira

fix

parent fe84fae5
Pipeline #28673 passed with stages
in 15 seconds
...@@ -27,7 +27,7 @@ build-x86: ...@@ -27,7 +27,7 @@ build-x86:
script: script:
- docker pull $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-x86 - docker pull $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-x86
- docker tag $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-x86 $TARGET_IMAGE - docker tag $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-x86 $TARGET_IMAGE
- docker manifest push $TARGET_IMAGE - docker push $TARGET_IMAGE
deploy_latest: deploy_latest:
extends: .deploy extends: .deploy
......
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