Skip to content
Snippets Groups Projects
Commit 7fce3ce4 authored by Ilia Eriomenco's avatar Ilia Eriomenco
Browse files

Update .gitlab-ci.coko.yml

parent bd4d5a02
No related branches found
No related tags found
No related merge requests found
......@@ -32,10 +32,7 @@ build:
# --build-arg client_protocol=http \
# --build-arg client_host=0.0.0.0 \
# --build-arg client_port=4000 \
--file ./Dockerfile-ci \
--cache-from $IMAGE_ORG/$IMAGE_NAME:latest \
--tag $IMAGE_ORG/$IMAGE_NAME:$CI_COMMIT_SHA \
--tag $IMAGE_ORG/$IMAGE_NAME:latest .
--file ./Dockerfile-ci --cache-from $IMAGE_ORG/$IMAGE_NAME:latest --tag $IMAGE_ORG/$IMAGE_NAME:$CI_COMMIT_SHA --tag $IMAGE_ORG/$IMAGE_NAME:latest .
docker push $IMAGE_ORG/$IMAGE_NAME:$CI_COMMIT_SHA
docker push $IMAGE_ORG/$IMAGE_NAME:latest
......
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