mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
feat: add bifrost-latest docker tag
License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
This commit is contained in:
parent
793f39d781
commit
107bbc680d
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user