update Makefile no using cache when build image
This commit is contained in:
parent
219ab1ec90
commit
c58bd4b98c
2
Makefile
2
Makefile
@ -99,7 +99,7 @@ gen_config_docker:
|
||||
${PWD}/setup/init_config.sh --docker ${ODOO_IMAGE} ${TAG} ${CONTAINER_ID}
|
||||
build_image:
|
||||
(cd ${DEPLOY_PATH} && \
|
||||
DOCKER_BUILDKIT=1 ${DOCKER_BUILD} . --progress=plain --tag $$(echo ${ODOO_IMAGE} | tr A-Z a-z):${TAG}\
|
||||
DOCKER_BUILDKIT=1 ${DOCKER_BUILD} . --progress=plain --no-cache --tag $$(echo ${ODOO_IMAGE} | tr A-Z a-z):${TAG}\
|
||||
)
|
||||
push_image:
|
||||
$(DOCKER_PUSH) $(shell echo ${ODOO_IMAGE}| tr A-Z a-z):${TAG}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 12497d4d67def93bd5af55c0b34f2720394813bc
|
||||
Subproject commit e22704716ffa9ef37485335797acd396b9e7684a
|
@ -1 +1 @@
|
||||
Subproject commit 72f2a7263fd3205c6b1d948701c6cb2ff96d89b8
|
||||
Subproject commit bdeeb68d5a47702a48ab8c97da032bb938fc0b1b
|
Loading…
Reference in New Issue
Block a user