Commit 67a0f8dd authored by nanahira's avatar nanahira

Update .gitlab-ci.yml

parent 04f75652
Pipeline #17699 passed with stages
in 37 minutes and 10 seconds
...@@ -27,7 +27,7 @@ build-x86: ...@@ -27,7 +27,7 @@ build-x86:
script: script:
- docker pull $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG - docker pull $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
- docker tag $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG $TARGET_IMAGE - docker tag $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG $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