File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,21 +72,21 @@ gofmt-check:
7272.PHONY : build-chaos-operator
7373build-chaos-operator :
7474 @echo " -------------------------"
75- @echo " --> Build go-runner image"
75+ @echo " --> Build go-runner image"
7676 @echo " -------------------------"
7777 @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 " ------------------------------"
82- @echo " --> Pushing image"
82+ @echo " --> Pushing image"
8383 @echo " ------------------------------"
8484 @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 :
8888 @echo " -------------------------"
89- @echo " --> Build go-runner image"
89+ @echo " --> Build go-runner image"
9090 @echo " -------------------------"
9191 @docker build -f build/Dockerfile --no-cache -t $(DOCKER_REGISTRY ) /$(DOCKER_REPO ) /$(DOCKER_IMAGE ) :$(DOCKER_TAG ) . --build-arg TARGETPLATFORM=" linux/amd64"
9292
Original file line number Diff line number Diff line change 4040 imagePullPolicy : IfNotPresent
4141 env :
4242 - name : CHAOS_RUNNER_IMAGE
43- value : " litmuschaos/chaos-runner:ci"
43+ value : " litmuschaos.docker.scarf.sh/litmuschaos /chaos-runner:ci"
4444 - name : WATCH_NAMESPACE
4545 value : " "
4646 - name : POD_NAME
You can’t perform that action at this time.
0 commit comments