From 107bbc680d87d38c6bd2da46600398d4697d6e1a Mon Sep 17 00:00:00 2001 From: Oli Evans Date: Wed, 4 Mar 2020 15:27:17 +0000 Subject: [PATCH] feat: add bifrost-latest docker tag License: MIT Signed-off-by: Oli Evans --- bin/push-docker-tags.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/push-docker-tags.sh b/bin/push-docker-tags.sh index 189f830b4..c1a7cfdb1 100755 --- a/bin/push-docker-tags.sh +++ b/bin/push-docker-tags.sh @@ -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"