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

Image build is optimized.

parent d1a8ecd0
Pipeline #10725 failed with stages
in 8 minutes and 57 seconds
......@@ -25,7 +25,7 @@ variables:
before_script:
- mkdir -p ~/.docker
- echo $DOCKER_CONFIG_JSON | base64 -d > ~/.docker/config.json
- echo $DOCKER_PW | docker login -u $DOCKER_USER --password-stdin
# - echo $DOCKER_PW | docker login -u $DOCKER_USER --password-stdin
- docker system prune -a -f --volumes || true
- docker container 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