Skip to content

Commit 03b1b89

Browse files
committed
Always pull image from container registry
1 parent bbc17f5 commit 03b1b89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ build: ## Build docker image containing the required tools for the installation
2222
@mkdir -p ${PWD}/logs
2323

2424
DOCKER_RUN_CMD = docker run -it \
25+
--pull always \
2526
--env-file ${PWD}/.env \
2627
--env NODE_ENV=production \
2728
--volume ${PWD}/.kubeconfig:/gitpod/.kubeconfig \

0 commit comments

Comments
 (0)