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

Image build is optimized.

parent 89c6fd0c
No related merge requests found
Pipeline #10732 failed with stages
in 10 minutes and 47 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -26,7 +26,7 @@ variables:
before_script:
- mkdir -p ~/.docker
- echo $DOCKER_CONFIG_JSON | base64 -d > ~/.docker/config.json
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
# - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --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