File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 5454docker-build : docker-runner docker-probe
5555
5656docker-push :
57- @docker push nethax-runner:$(RUNNER_VERSION ) nethax-runner:latest nethax-probe:$(PROBE_VERSION ) nethax-probe:latest
57+ @docker push nethax-runner:$(RUNNER_VERSION )
58+ @docker push nethax-runner:latest
59+ @docker push nethax-probe:$(PROBE_VERSION )
60+ @docker push nethax-probe:latest
5861
5962docker-runner :
6063 @docker build -f Dockerfile-runner --build-arg PROBE_VERSION=$(PROBE_VERSION ) -t nethax-runner:$(RUNNER_VERSION ) -t nethax-runner:latest .
@@ -63,7 +66,7 @@ ifndef CI
6366endif
6467
6568docker-probe :
66- @docker build -f Dockerfile-probe --build-arg PROBE_VERSION=$(PROBE_VERSION ) -t nethax-probe:$(PROBE_VERSION ) -t nethax-probe:latest .
69+ @docker build -f Dockerfile-probe --build-arg PROBE_VERSION=$(PROBE_VERSION ) -t nethax-probe:$(PROBE_VERSION ) -t nethax-probe:latest .
6770ifndef CI
6871 @kind load docker-image --name $(KIND_CLUSTER_NAME) nethax-probe:$(PROBE_VERSION) || true
6972endif
You can’t perform that action at this time.
0 commit comments