tests: use :local image tag

This commit is contained in:
2023-10-19 08:56:11 -05:00
parent 5fe9add0af
commit 981bd6a5b2
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