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

Update .gitlab-ci.yml file

2 merge requests!5Develop,!4Develop
Pipeline #73481 failed
Showing with 1 addition and 0 deletions
+1 -0
......@@ -57,6 +57,7 @@ build-image-job:
script:
- ls
- echo "Building image..."
- docker login -u $DOCKER_LOGIN -p $DOCKER_PWD
- docker build -f ./docker/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