Commit 08cd98ab authored by Baranovskyi's avatar Baranovskyi
Browse files

Update .gitlab-ci.yml file

parent 8ea3e499
Pipeline #10504 failed with stage
in 10 seconds
...@@ -30,7 +30,7 @@ build-docker-image: ...@@ -30,7 +30,7 @@ build-docker-image:
services: services:
- docker:dind - docker:dind
before_script: before_script:
- echo "$DOCKER_PW" | docker login -u "$DOCKER_USER" --password-stdin "$DOCKER_REPO" - echo "$DOCKER_PW" | docker login --username "$DOCKER_USER" --password-stdin "$DOCKER_REPO"
script: script:
- docker build -t "$DOCKER_REPO/$PROJECT:$CI_COMMIT_REF_SLUG" . - docker build -t "$DOCKER_REPO/$PROJECT:$CI_COMMIT_REF_SLUG" .
- docker push "$DOCKER_REPO/$PROJECT:$CI_COMMIT_REF_SLUG" - docker push "$DOCKER_REPO/$PROJECT:$CI_COMMIT_REF_SLUG"
......
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