Skip to content

Commit 9097d0a

Browse files
committed
travis: transition from docker auto builds to manual pushes
1 parent 5d0ab07 commit 9097d0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
before_install:
4242
- export DOCKER_CLI_EXPERIMENTAL=enabled
4343
script:
44-
- go run build/ci.go docker -image -manifest amd64,arm64 -upload karalabe/geth-docker-test
44+
- go run build/ci.go docker -image -manifest amd64,arm64 -upload ethereum/client-go
4545

4646
- stage: build
4747
if: type = push
@@ -58,7 +58,7 @@ jobs:
5858
before_install:
5959
- export DOCKER_CLI_EXPERIMENTAL=enabled
6060
script:
61-
- go run build/ci.go docker -image -manifest amd64,arm64 -upload karalabe/geth-docker-test
61+
- go run build/ci.go docker -image -manifest amd64,arm64 -upload ethereum/client-go
6262

6363
# This builder does the Ubuntu PPA upload
6464
- stage: build

0 commit comments

Comments
 (0)