Commit b4b438cb authored by Кирсанов Иван Леонидович's avatar Кирсанов Иван Леонидович
Browse files

Update .gitlab-ci.yml file

2 merge requests!5Develop,!4Develop
Pipeline #73257 failed with stages
in 24 seconds
Showing with 3 additions and 1 deletion
+3 -1
......@@ -57,6 +57,8 @@ build-image-job:
script:
- ls
- echo "Building image..."
- docker build -f ./docker/Dockerfile -t docker.io/mrk3ks/myapp:$CI_COMMIT_BRANCH
- docker build -f ./ms-cat-master/Dockerfile -t docker.io/mrk3ks/myapp:cat_$CI_COMMIT_BRANCH
- docker build -f ./ms-dog-master/Dockerfile -t docker.io/mrk3ks/myapp:dog_$CI_COMMIT_BRANCH
- docker build -f ./ms-child-master/Dockerfile -t docker.io/mrk3ks/myapp:child_$CI_COMMIT_BRANCH
- docker push docker.io/mrk3ks/myapp:$CI_COMMIT_BRANCH
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