Commit 6c53dd0e authored by nanahira's avatar nanahira

Update .gitlab-ci.yml

parent d4d23534
Pipeline #17061 passed with stages
in 24 seconds
...@@ -18,8 +18,8 @@ build-x86: ...@@ -18,8 +18,8 @@ build-x86:
tags: tags:
- docker - docker
script: script:
- docker build --pull -t CONTAINER_TEST_IMAGE . - docker build --pull -t $CONTAINER_TEST_IMAGE .
- docker push CONTAINER_TEST_IMAGE - docker push $CONTAINER_TEST_IMAGE
deploy_latest: deploy_latest:
stage: deploy stage: 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