Commit 42ea89c0 authored by nanahira's avatar nanahira

fix

parent 7d8da718
Pipeline #3301 passed with stages
in 1 minute and 53 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