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 @@ -74,14 +74,14 @@ build-chaos-operator:
7474 @echo " -------------------------"
7575 @echo " --> Build go-runner image"
7676 @echo " -------------------------"
77- @docker buildx build --file build/Dockerfile --progress plane --no-cache --platform linux/arm64,linux/amd64 --tag $(DOCKER_REGISTRY ) /$(DOCKER_REPO ) /$(DOCKER_IMAGE ) :$(DOCKER_TAG ) .
77+ @docker buildx build --file build/Dockerfile --progress plain --no-cache --platform linux/arm64,linux/amd64 --tag $(DOCKER_REGISTRY ) /$(DOCKER_REPO ) /$(DOCKER_IMAGE ) :$(DOCKER_TAG ) .
7878
7979.PHONY : push-chaos-operator
8080push-chaos-operator :
8181 @echo " ------------------------------"
8282 @echo " --> Pushing image"
8383 @echo " ------------------------------"
84- @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 ) .
84+ @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 ) .
8585
8686.PHONY : build-amd64
8787build-amd64 :
You can’t perform that action at this time.
0 commit comments