File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ build-chaos-runner:
5252 @echo " -------------------------"
5353 @echo " --> Build chaos-runner image"
5454 @echo " -------------------------"
55- @docker buildx build --file build/Dockerfile --progress plane --no-cache --platform linux/arm64,linux/amd64 --tag $(DOCKER_REGISTRY ) /$(DOCKER_REPO ) /$(DOCKER_IMAGE ) :$(DOCKER_TAG ) .
55+ @docker buildx build --file build/Dockerfile --progress plain --no-cache --platform linux/arm64,linux/amd64 --tag $(DOCKER_REGISTRY ) /$(DOCKER_REPO ) /$(DOCKER_IMAGE ) :$(DOCKER_TAG ) .
5656
5757.PHONY : push-chaos-runner
5858push-chaos-runner :
5959 @echo " ------------------------------"
6060 @echo " --> Pushing image"
6161 @echo " ------------------------------"
62- @docker buildx build --file build/Dockerfile --progress plane --no-cache --push --platform linux/arm64,linux/amd64 --tag $(DOCKER_REGISTRY ) /$(DOCKER_REPO ) /$(DOCKER_IMAGE ) :$(DOCKER_TAG ) .
62+ @docker buildx build --file build/Dockerfile --progress plain --no-cache --push --platform linux/arm64,linux/amd64 --tag $(DOCKER_REGISTRY ) /$(DOCKER_REPO ) /$(DOCKER_IMAGE ) :$(DOCKER_TAG ) .
6363
6464.PHONY : build-amd64
6565build-amd64 :
You can’t perform that action at this time.
0 commit comments