diff --git a/.travis.yml b/.travis.yml index eade5792c68ab29118f7efb34dff58f59c85d488..120ce02f240cca1b6bc8e7d7bec4c726870b6e63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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