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: