未验证 提交 b09f065e 编写于 作者: Y Young Bu Park 提交者: GitHub

Remove v from docker image version (#617)

上级 9c050d2f
......@@ -13,7 +13,7 @@ steps:
if [[ $SOURCEBRANCH != refs/tags/v* ]]; then
VERSION_TAG="edge"
else
VERSION_TAG=v${{ parameters.releaseVersion }}
VERSION_TAG=${{ parameters.releaseVersion }}
# Set LATEST_RELEASE to add latest tag if SOURCEBRANCH doesn't have -rc tag
if [[ $SOURCEBRANCH != *-rc.* ]]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册