We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1915ada commit 1514e3aCopy full SHA for 1514e3a
compose/Makefile
@@ -72,6 +72,9 @@ push-shared:
72
docker push ${registry}/tracer-sidecar:latest
73
docker push ${registry}/configurator:latest
74
75
+build-and-push-shared: build-shared
76
+ $(MAKE) push-shared
77
+
78
build-config: TESTNET ## Build config container image
79
docker build \
80
--label "org.opencontainers.image.source=https://github.com/cardano-foundation/antithesis" \
0 commit comments