Skip to content

Commit a29ad76

Browse files
committed
Use production registrar images
Signed-off-by: DaevMithran <[email protected]>
1 parent 53aab3d commit a29ad76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cheqd/docker/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
- driver-did-cheqd
2424

2525
driver-did-cheqd:
26-
image: ghcr.io/cheqd/did-registrar:staging-latest
26+
image: ghcr.io/cheqd/did-registrar:production-latest
2727
ports:
2828
- "9089:3000"
2929
restart: on-failure

cheqd/integration/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ services:
9191
- driver-did-cheqd
9292

9393
driver-did-cheqd:
94-
image: ghcr.io/cheqd/did-registrar:staging-latest
94+
image: ghcr.io/cheqd/did-registrar:production-latest
9595
ports:
9696
- "9089:3000"
9797
restart: on-failure

0 commit comments

Comments
 (0)