Skip to content

Commit

Permalink
Merge pull request #23078 from karalabe/docker-post-publish
Browse files Browse the repository at this point in the history
travis: move docker steps further to prevent hanging other builders
  • Loading branch information
karalabe authored Jun 21, 2021
2 parents 732a6a3 + f915a4b commit da000c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- go run build/ci.go lint

# These builders create the Docker sub-images for multi-arch push
- stage: prebuild
- stage: build
if: type = push
os: linux
arch: amd64
Expand All @@ -40,7 +40,7 @@ jobs:
script:
- go run build/ci.go docker -image -upload karalabe/geth-docker-test

- stage: prebuild
- stage: build
if: type = push
os: linux
arch: arm64
Expand All @@ -56,7 +56,7 @@ jobs:
- go run build/ci.go docker -image -upload karalabe/geth-docker-test

# This builder does the Docker Hub multi-arch image
- stage: build
- stage: publish
if: type = push
os: linux
dist: bionic
Expand Down

0 comments on commit da000c8

Please sign in to comment.