Skip to content

Commit

Permalink
Merge pull request #23373 from karalabe/docker-flip
Browse files Browse the repository at this point in the history
travis: transition from docker auto builds to manual pushes
  • Loading branch information
karalabe committed Aug 10, 2021
2 parents 5d0ab07 + 9097d0a commit 0fbc94e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
before_install:
- export DOCKER_CLI_EXPERIMENTAL=enabled
script:
- 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

- stage: build
if: type = push
Expand All @@ -58,7 +58,7 @@ jobs:
before_install:
- export DOCKER_CLI_EXPERIMENTAL=enabled
script:
- 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

# This builder does the Ubuntu PPA upload
- stage: build
Expand Down

0 comments on commit 0fbc94e

Please sign in to comment.