未验证 提交 da000c83 编写于 作者: P Péter Szilágyi 提交者: GitHub

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

travis: move docker steps further to prevent hanging other builders
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册