Skip to content

Commit

Permalink
Docker build script - disable cache, force base image pull
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Feb 9, 2022
1 parent 46cfae8 commit 3938fdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ docker build . \
--build-arg app_git_tag=$GIT_TAG \
--build-arg app_git_depth=$GIT_DEPTH \
--build-arg app_git_url=$GIT_URL \
--no-cache \
--pull \
-t ghcr.io/bihealth/varfish-server:$DOCKER_VERSION

0 comments on commit 3938fdb

Please sign in to comment.