From 4a58b14980fff427ba250a6585291211c983368e Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Mon, 15 Nov 2021 23:52:47 +0300 Subject: [PATCH] new build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f15570a..a3e953e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ build: - main script: - docker login -u mathwave -p $DOCKERHUB_PASSWORD - - docker build -t mathwave/sprint-repo:sprint . + - docker build --cache-from=mathwave/sprint-repo:sprint -t mathwave/sprint-repo:sprint . - docker push mathwave/sprint-repo:sprint .deploy: