Commit cbf21035 authored by Artem Baranovskyi's avatar Artem Baranovskyi
Browse files

Image build is optimized.

parent 0187a808
Pipeline #10705 failed with stages
in 38 seconds
...@@ -23,7 +23,7 @@ variables: ...@@ -23,7 +23,7 @@ variables:
DOCKER_CPUS: "2" DOCKER_CPUS: "2"
before_script: before_script:
- docker login -u $DOCKER_USER -p $DOCKER_PW - echo $DOCKER_PW | docker login -u $DOCKER_USER --password-stdin
- docker system prune -a -f --volumes || true - docker system prune -a -f --volumes || true
- docker container prune -f || true - docker container prune -f || true
- docker network prune -f || true - docker network prune -f || true
......
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