From 4d6d2a480a9c8c4117018139d7deeeef70c1b231 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sun, 19 Aug 2018 16:02:25 +0200 Subject: [PATCH] Do not remove previous image --- .mottainai.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mottainai.yaml b/.mottainai.yaml index ed82873..f804261 100644 --- a/.mottainai.yaml +++ b/.mottainai.yaml @@ -9,6 +9,6 @@ script: - source storage/env - "curl -s https://api.github.com/repos/mudler/docker-companion/releases/latest | grep 'browser_download_url.*amd64' | cut -d : -f 2,3 | tr -d \\\" | wget -i - -O docker-companion; chmod a+x docker-companion" - docker build --no-cache -t sabayon/base-amd64 . - - ./docker-companion squash --remove sabayon/base-amd64 + - ./docker-companion squash sabayon/base-amd64 - docker login -u $DOCKER_USER -p $DOCKER_PASS - docker push sabayon/base-amd64