Skip to content

Commit 1514e3a

Browse files
committed
[antithesis] add build-and-push-shared
1 parent 1915ada commit 1514e3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compose/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ push-shared:
7272
docker push ${registry}/tracer-sidecar:latest
7373
docker push ${registry}/configurator:latest
7474

75+
build-and-push-shared: build-shared
76+
$(MAKE) push-shared
77+
7578
build-config: TESTNET ## Build config container image
7679
docker build \
7780
--label "org.opencontainers.image.source=https://github.com/cardano-foundation/antithesis" \

0 commit comments

Comments
 (0)