good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit da000c83 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub
Browse files

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

travis: move docker steps further to prevent hanging other builders
parents 732a6a36 f915a4bf
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ jobs: ...@@ -25,7 +25,7 @@ jobs:
- go run build/ci.go lint - go run build/ci.go lint
# These builders create the Docker sub-images for multi-arch push # These builders create the Docker sub-images for multi-arch push
- stage: prebuild - stage: build
if: type = push if: type = push
os: linux os: linux
arch: amd64 arch: amd64
...@@ -40,7 +40,7 @@ jobs: ...@@ -40,7 +40,7 @@ jobs:
script: script:
- go run build/ci.go docker -image -upload karalabe/geth-docker-test - go run build/ci.go docker -image -upload karalabe/geth-docker-test
- stage: prebuild - stage: build
if: type = push if: type = push
os: linux os: linux
arch: arm64 arch: arm64
...@@ -56,7 +56,7 @@ jobs: ...@@ -56,7 +56,7 @@ jobs:
- go run build/ci.go docker -image -upload karalabe/geth-docker-test - go run build/ci.go docker -image -upload karalabe/geth-docker-test
# This builder does the Docker Hub multi-arch image # This builder does the Docker Hub multi-arch image
- stage: build - stage: publish
if: type = push if: type = push
os: linux os: linux
dist: bionic dist: bionic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment