Merge pull request #23078 from karalabe/docker-post-publish

travis: move docker steps further to prevent hanging other builders
This commit is contained in:
Péter Szilágyi 2021-06-21 13:50:24 +03:00 committed by GitHub
commit da000c8314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
@ -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
@ -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