build was still tagging as vulcanize

This commit is contained in:
Michael Shaw 2022-09-19 12:25:19 -04:00
parent 8834335a2a
commit 3053bbff7d
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ services:
restart: on-failure
depends_on:
- ipld-eth-db
image: vulcanize/ipld-eth-db
image: cerc-io/ipld-eth-db
# Build image using local context
build: .
environment:

View File

@ -6,7 +6,7 @@ services:
depends_on:
- ipld-eth-db
# Use an existing image
image: vulcanize/ipld-eth-db:v4.2.1-alpha
image: cerc-io/ipld-eth-db:v4.2.1-alpha-unstable
environment:
DATABASE_USER: "vdbm"
DATABASE_NAME: "vulcanize_testing"