Skip to content

Commit e4f336b

Browse files
committed
ci: Removed redundant image reference + pin major
1 parent 36936de commit e4f336b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
cache-dependency-path: '**/package-lock.json'
4949

5050
- name: Start cheqd localnet
51-
run: docker run --rm -d -p 26657:26657 ghcr.io/cheqd/cheqd-testnet:latest
51+
run: docker run --rm -d -p 26657:26657 ghcr.io/cheqd/cheqd-node:3.0.0
5252

5353
- name: "Clean install dependencies"
5454
run: npm ci

0 commit comments

Comments
 (0)