Skip to content

Commit

Permalink
fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
ffaerber committed Mar 11, 2018
1 parent 59b5ed2 commit db85d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

image="ffaerber/go-ethereum"

docker tag geth "$image:linux-$ARCH-$TRAVIS_TAG"
docker tag go-ethereum "$image:linux-$ARCH-$TRAVIS_TAG"
docker push "$image:linux-$ARCH-$TRAVIS_TAG"

if [ "$ARCH" == "amd64" ]; then
Expand Down

0 comments on commit db85d5f

Please sign in to comment.