We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 732a6a3 + f915a4b commit da000c8Copy full SHA for da000c8
.travis.yml
@@ -25,7 +25,7 @@ jobs:
25
- go run build/ci.go lint
26
27
# These builders create the Docker sub-images for multi-arch push
28
- - stage: prebuild
+ - stage: build
29
if: type = push
30
os: linux
31
arch: amd64
@@ -40,7 +40,7 @@ jobs:
40
script:
41
- go run build/ci.go docker -image -upload karalabe/geth-docker-test
42
43
44
45
46
arch: arm64
@@ -56,7 +56,7 @@ jobs:
56
57
58
# This builder does the Docker Hub multi-arch image
59
- - stage: build
+ - stage: publish
60
61
62
dist: bionic
0 commit comments