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

Update .gitlab-ci.yml file

2 merge requests!5Develop,!4Develop
Pipeline #73362 failed with stages
in 26 seconds
Showing with 1 addition and 3 deletions
+1 -3
......@@ -57,8 +57,6 @@ build-image-job:
script:
- ls
- echo "Building image..."
- 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 build -f ./Dockerfile -t docker.io/mrk3ks/myapp:$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