diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh index 4c32429..e29e6cd 100755 --- a/.gitlab-ci/run-docker.sh +++ b/.gitlab-ci/run-docker.sh @@ -107,6 +107,7 @@ if [ $build == 1 ]; then ${CMD} build \ ${format} \ --volume "$(pwd)/..:/home/user/app" \ + --no-cache \ --build-arg HOST_USER_ID="$UID" \ --tag "${TAG}" \ --file "${base}.Dockerfile" .