X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;ds=sidebyside;f=shell%2Fdocker-get-container-tag.sh;h=e80194034c8d4e07e61b05fa1481a5fec0613c95;hb=c39a78a2527e40fbf2d46204ea70468c96dd1c05;hp=e522e220045bb27f75b57d5ee63b576acea4c384;hpb=f88c7c24b2b1a6f04f85afa8c0a91d8321aef8ea;p=releng%2Fglobal-jjb.git diff --git a/shell/docker-get-container-tag.sh b/shell/docker-get-container-tag.sh index e522e220..e8019403 100644 --- a/shell/docker-get-container-tag.sh +++ b/shell/docker-get-container-tag.sh @@ -25,7 +25,7 @@ elif [[ $CONTAINER_TAG_METHOD == "yaml-file" ]]; then dir=${CONTAINER_TAG_YAML_DIR:-$DOCKER_ROOT} tag_file=$dir/container-tag.yaml if [[ -f $tag_file ]]; then - tag=$(yq -r .tag tag_file) + tag=$(yq -r .tag "$tag_file") else echo "File $tag_file not found." fi