Skip to content

Commit

Permalink
switch to rippleci docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mvadari committed Oct 25, 2023
1 parent 1d16754 commit 7e103c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Pull images from docker
run: |
docker pull rippleci/rippled:2.0.0-b4
docker pull seelabs/xbridge-witness
docker pull rippleci/xbwd
- name: Run tests
id: runTests
Expand Down
10 changes: 5 additions & 5 deletions xbridge_cli/server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:

witness0:
container_name: witness0
image: seelabs/xbridge-witness
image: rippleci/xbwd
platform: linux/amd64
command: "/opt/witness/witness.json"
volumes:
Expand All @@ -46,7 +46,7 @@ services:

witness1:
container_name: witness1
image: seelabs/xbridge-witness
image: rippleci/xbwd
platform: linux/amd64
command: "/opt/witness/witness.json"
volumes:
Expand All @@ -59,7 +59,7 @@ services:

witness2:
container_name: witness2
image: seelabs/xbridge-witness
image: rippleci/xbwd
platform: linux/amd64
command: "/opt/witness/witness.json"
volumes:
Expand All @@ -72,7 +72,7 @@ services:

witness3:
container_name: witness3
image: seelabs/xbridge-witness
image: rippleci/xbwd
platform: linux/amd64
command: "/opt/witness/witness.json"
volumes:
Expand All @@ -85,7 +85,7 @@ services:

witness4:
container_name: witness4
image: seelabs/xbridge-witness
image: rippleci/xbwd
platform: linux/amd64
command: "/opt/witness/witness.json"
volumes:
Expand Down

0 comments on commit 7e103c8

Please sign in to comment.