Commit 53168f4d authored by nanahira's avatar nanahira

fix

parent 8b3ae96c
...@@ -26,7 +26,8 @@ build-x86: ...@@ -26,7 +26,8 @@ build-x86:
- docker - docker
script: script:
- docker pull $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG - docker pull $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
- docker manifest push $TARGET_IMAGE - docker tag $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG $$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