feat: add bifrost-latest docker tag
License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
Oli Evans committed
Mar 4, 2020 at 15:27 UTC
107bbc680d87d38c6bd2da46600398d4697d6e1a
1 file changed
+1
bin/push-docker-tags.sh
+1
@@ -66,6 +66,7 @@ elif [[ $GIT_BRANCH =~ ^cluster ]]; then
66
67
elif [ "$GIT_BRANCH" = "feat/stabilize-dht" ]; then
68
pushTag "bifrost-${BUILD_NUM}-${GIT_SHA1_SHORT}"
69
+ pushTag "bifrost-latest"
70
71
elif [ "$GIT_BRANCH" = "release" ]; then
72
pushTag "release"