Skip to content

Commit

Permalink
docker push: typo fix (ethereum#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes authored Nov 3, 2020
1 parent 5dab271 commit c09ae52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cd $HOME/docker
BRANCH=${GITHUB_REF##*/}
./build.sh -s go-ethereum -b $BRANCH
if [ $GITHUB_HEAD_REF == 'master' ]; then
if [ $BRANCH == 'master' ]; then
docker push ethereumoptimism/go-ethereum:latest
elif [[ $BRANCH == 'uat' || $BRANCH == 'testnet' ]]; then
docker push ethereumoptimism/go-ethereum:$BRANCH
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
GIT_COMMIT=$(git rev-parse HEAD | head -c 8)
echo "optimism-integration $GIT_COMMIT"
./docker/build.sh -s go-ethereum -b $GITHUB_HEAD_REF
./docker/build.sh -s hardhat
./docker/build.sh -s deployer
./docker/build.sh -s integration-tests
Expand Down

0 comments on commit c09ae52

Please sign in to comment.