Commit 9e9fc62c authored by Baranovskyi's avatar Baranovskyi
Browse files

Update .gitlab-ci.yml file

parent a889bec0
Pipeline #10506 failed with stage
in 40 seconds
...@@ -23,6 +23,7 @@ stages: ...@@ -23,6 +23,7 @@ stages:
variables: variables:
DOCKER_HOST: tcp://docker:2375 DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
DOCKER_BUILDKIT: 1
build-docker-image: build-docker-image:
image: docker:latest image: docker:latest
...@@ -55,4 +56,4 @@ deploy-to-bw-cloud: ...@@ -55,4 +56,4 @@ deploy-to-bw-cloud:
docker run -d --name flask-container -p 5001:5000 $DOCKER_REPO/$PROJECT:$CI_COMMIT_REF_SLUG docker run -d --name flask-container -p 5001:5000 $DOCKER_REPO/$PROJECT:$CI_COMMIT_REF_SLUG
" "
only: only:
- main - main
\ No newline at end of file
Supports Markdown
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