]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.boringcrypto] misc/boring: publish to Docker Hub all releases, not only the...
authorFilippo Valsorda <filippo@golang.org>
Fri, 11 Oct 2019 18:36:39 +0000 (14:36 -0400)
committerFilippo Valsorda <filippo@golang.org>
Fri, 11 Oct 2019 19:39:29 +0000 (19:39 +0000)
Change-Id: I67fe3db68dddcf216f7ba8f7fed67b01a114eff1
Reviewed-on: https://go-review.googlesource.com/c/go/+/200763
Reviewed-by: Katie Hockman <katie@golang.org>
misc/boring/release.sh

index f3b8876821416e786e13d4576a248d114c49ef38..1f7b4831838ea3bfa9a757ed51eec9831fa359d9 100755 (executable)
@@ -21,8 +21,8 @@ cd "$WORKTREE/src"
 cd ../misc/boring
 for branch in "$@"; do
     ./build.release "origin/$branch"
+    ./build.docker
 done
-./build.docker
 
 git add RELEASES
 git commit -m "misc/boring: add new releases to RELEASES file"