1
0
mirror of https://github.com/golang/go synced 2024-11-22 14:15:05 -07:00

[dev.boringcrypto] misc/boring: publish to Docker Hub all releases, not only the latest

Change-Id: I67fe3db68dddcf216f7ba8f7fed67b01a114eff1
Reviewed-on: https://go-review.googlesource.com/c/go/+/200763
Reviewed-by: Katie Hockman <katie@golang.org>
This commit is contained in:
Filippo Valsorda 2019-10-11 14:36:39 -04:00
parent 62ce8cd3ad
commit 974fd1301a

View File

@ -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"