tests: use :local image tag

This commit is contained in:
Roy Crihfield 2023-10-16 15:05:56 -05:00 committed by Prathamesh Musale
parent e9d75785c5
commit f6cbf5cc6b
2 changed files with 2 additions and 2 deletions

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

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