diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 97bbc6bc..9d0030af 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -102,7 +102,7 @@ jobs: services: rippled: - image: natenichols/rippled-standalone:latest + image: gcr.io/metaxrplorer/dangell7-iouescrow-standalone:1 ports: - 6006:6006 options: --health-cmd="wget localhost:6006 || exit 1" --health-interval=5s --health-retries=10 --health-timeout=2s @@ -153,7 +153,7 @@ jobs: services: rippled: - image: natenichols/rippled-standalone:latest + image: gcr.io/metaxrplorer/dangell7-iouescrow-standalone:1 ports: - 6006:6006 options: --health-cmd="wget localhost:6006 || exit 1" --health-interval=5s --health-retries=10 --health-timeout=2s