diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 7b982a00a93f..da1d6eff213a 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -61,8 +61,8 @@ jobs: push: true tags: availj/explorer:${{ steps.prepare.outputs.tag_name }} build-args: | - TURING_URL=wss://turing-rpc.avail.so/ws - MAINNET_URL=wss://mainnet-rpc.avail.so/ws + TURING_URL=wss://turing-rpc.avail.sh/ws + MAINNET_URL=wss://mainnet-rpc.avail.sh/ws k8s_deployment: needs: [docker_build_push] @@ -81,4 +81,4 @@ jobs: - name: Deploy to Kubernetes run: | - kubectl -v=7 set image deployment/explorer explorer=availj/explorer:${{ github.ref_name }} \ No newline at end of file + kubectl -v=7 set image deployment/explorer explorer=availj/explorer:${{ github.ref_name }}