mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
ci: pulling latest image when building docker img
This commit is contained in:
4
Makefile
4
Makefile
@@ -108,11 +108,11 @@ coverage:
|
||||
.PHONY: coverage
|
||||
|
||||
docker_build:
|
||||
docker build -t $(DEV_DOCKER_IMG) -f $(DEV_DOCKERFILE) .
|
||||
docker build --pull -t $(DEV_DOCKER_IMG) -f $(DEV_DOCKERFILE) .
|
||||
.PHONY: docker_build
|
||||
|
||||
docker_rebuild:
|
||||
docker build --no-cache -t $(DEV_DOCKER_IMG) -f $(DEV_DOCKERFILE) .
|
||||
docker build --pull --no-cache -t $(DEV_DOCKER_IMG) -f $(DEV_DOCKERFILE) .
|
||||
.PHONY: docker_rebuild
|
||||
|
||||
docker_start:
|
||||
|
||||
Reference in New Issue
Block a user