tests: use :local image tag

This commit is contained in:
2024-01-15 11:28:15 +05:30
committed by prathamesh
parent e9d75785c5
commit f6cbf5cc6b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
docker build -t cerc/laconicd:local-test ../..
docker build -t cerc/laconicd:local ../.. --progress=plain
+1 -1
View File
@@ -1,7 +1,7 @@
services:
laconicd:
restart: unless-stopped
image: cerc/laconicd:local-test
image: cerc/laconicd:local
entrypoint: ["sh", "/docker-entrypoint-scripts.d/create-fixturenet.sh"]
environment:
- TEST_AUCTION_ENABLED