X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fdocker-get-container-tag.sh;h=f0e7d43cc736f6e8339d053e7aadb35275bdc036;hb=a5fa8a32ab2f856fecc7505fdfd7a8e12df2c402;hp=f3beff0e093498d85ace5d35bd82df49ad2f9654;hpb=33e49c57ff646e8bad3d033ee770df88d8051f73;p=releng%2Fglobal-jjb.git diff --git a/shell/docker-get-container-tag.sh b/shell/docker-get-container-tag.sh index f3beff0e..f0e7d43c 100644 --- a/shell/docker-get-container-tag.sh +++ b/shell/docker-get-container-tag.sh @@ -18,6 +18,11 @@ echo "---> docker-get-container-tag.sh" set -feu -o pipefail +# shellcheck disable=SC1090 +. ~/lf-env.sh + +lf-activate-venv --python python3 yq + tag="" if [[ $CONTAINER_TAG_METHOD == "latest" ]]; then tag="latest"