feat: add bifrost-latest docker tag

License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
This commit is contained in:
Oli Evans 2020-03-04 15:27:17 +00:00
parent 793f39d781
commit 107bbc680d
No known key found for this signature in database
GPG Key ID: A2AC979DA8460535

View File

@ -66,6 +66,7 @@ elif [[ $GIT_BRANCH =~ ^cluster ]]; then
elif [ "$GIT_BRANCH" = "feat/stabilize-dht" ]; then
pushTag "bifrost-${BUILD_NUM}-${GIT_SHA1_SHORT}"
pushTag "bifrost-latest"
elif [ "$GIT_BRANCH" = "release" ]; then
pushTag "release"