X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fdocker-get-container-tag.sh;h=f0e7d43cc736f6e8339d053e7aadb35275bdc036;hb=5ae273f51ca03aa5e02d1c146e2c73757bd7efae;hp=f3beff0e093498d85ace5d35bd82df49ad2f9654;hpb=e3f247c4d61f054872466a5bbf44afc22e8f1586;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"