X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fdocker-get-container-tag.sh;h=f3beff0e093498d85ace5d35bd82df49ad2f9654;hb=b9eb4581940562effcf67863704a3ec2c47ceca0;hp=df3f8ce435ad44ac39f905379cf4b8034a48eab7;hpb=ae55fc7cc2d4d29f6cfe63f5294ec8bd97d15479;p=releng%2Fglobal-jjb.git diff --git a/shell/docker-get-container-tag.sh b/shell/docker-get-container-tag.sh index df3f8ce4..f3beff0e 100644 --- a/shell/docker-get-container-tag.sh +++ b/shell/docker-get-container-tag.sh @@ -21,6 +21,8 @@ set -feu -o pipefail tag="" if [[ $CONTAINER_TAG_METHOD == "latest" ]]; then tag="latest" +elif [[ $CONTAINER_TAG_METHOD == "stream" ]]; then + tag="$STREAM" elif [[ $CONTAINER_TAG_METHOD == "git-describe" ]]; then tag=$(git describe) elif [[ $CONTAINER_TAG_METHOD == "yaml-file" ]]; then