Adding --no-cache to docker build command in .gitlab-ci.yml.

This commit is contained in:
Alexey Skobkin 2022-01-20 04:00:30 +03:00
parent 46e417162a
commit f0c612a54f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ build:
- docker:19.03.12-dind
stage: build
script:
- docker build -t $BUILT_IMAGE_TAG .
- docker build -t $BUILT_IMAGE_TAG --no-cache .
- docker save -o $CI_PROJECT_DIR/images.tar $BUILT_IMAGE_TAG
artifacts:
paths: