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

Update .gitlab-ci.coko.yml

parent d7dfbe33
No related branches found
No related tags found
No related merge requests found
......@@ -24,14 +24,14 @@ build:
if [ -z "$DOCKERHUB_USERNAME" ] || [ -z "$DOCKERHUB_PASSWORD" ]; then echo "Not pushing" && exit 0; fi
docker login -u $DOCKERHUB_USERNAME -p $DOCKERHUB_PASSWORD
docker build \
--build-arg instance_name=coko \
--build-arg node_env=production \
--build-arg server_protocol=http \
--build-arg server_host=0.0.0.0 \
--build-arg server_port=3000 \
--build-arg client_protocol=http \
--build-arg client_host=0.0.0.0 \
--build-arg client_port=4000 \
# --build-arg instance_name=coko \
# --build-arg node_env=production \
# --build-arg server_protocol=http \
# --build-arg server_host=0.0.0.0 \
# --build-arg server_port=3000 \
# --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 \
......
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