File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ build-sidecar: TESTNET ## Build sidecar container image
58
58
build-tracer : TESTNET # # Build tracer container image
59
59
docker build -f tracer/Dockerfile -t ${registry}${testnet} _tracer:latest tracer/
60
60
61
- push : TESTNET push-image push-config push-sidecar # # Push cardano-node, config and sidecar container image
61
+ push : TESTNET push-image push-config push-tracer push- sidecar # # Push cardano-node, config and sidecar container image
62
62
63
63
push-image : TESTNET # # Push cardano-node container image
64
64
docker push ${registry}${testnet} :latest
@@ -69,6 +69,9 @@ push-config: TESTNET ## Push config container image
69
69
push-sidecar : TESTNET # # Push sidecar container image
70
70
docker push ${registry}${testnet} _sidecar:latest
71
71
72
+ push-tracer : TESTNET # # Push tracer container image
73
+ docker push ${registry}${testnet} _tracer:latest
74
+
72
75
up : TESTNET # # Start Run local Docker Compose
73
76
cd testnets/${testnet} ; docker compose up --detach
74
77
You can’t perform that action at this time.
0 commit comments