We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d0ab07 + 9097d0a commit 0fbc94eCopy full SHA for 0fbc94e
.travis.yml
@@ -41,7 +41,7 @@ jobs:
41
before_install:
42
- export DOCKER_CLI_EXPERIMENTAL=enabled
43
script:
44
- - go run build/ci.go docker -image -manifest amd64,arm64 -upload karalabe/geth-docker-test
+ - go run build/ci.go docker -image -manifest amd64,arm64 -upload ethereum/client-go
45
46
- stage: build
47
if: type = push
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
# This builder does the Ubuntu PPA upload
64
0 commit comments