From af45e19b1661234d6483ec8d3da14a87d242ff1b Mon Sep 17 00:00:00 2001 From: chensuyue Date: Sun, 25 Aug 2024 23:37:18 +0800 Subject: [PATCH] for debug Signed-off-by: chensuyue --- .github/workflows/manual-docker-publish.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/manual-docker-publish.yml b/.github/workflows/manual-docker-publish.yml index 04c3b8f0e..6cf3bac98 100644 --- a/.github/workflows/manual-docker-publish.yml +++ b/.github/workflows/manual-docker-publish.yml @@ -11,17 +11,17 @@ on: required: true type: string examples: - default: "ChatQnA" + default: "Translation" description: 'List of examples to test [AudioQnA,ChatQnA,CodeGen,CodeTrans,DocSum,FaqGen,SearchQnA,Translation]' required: true type: string tag: - default: "latest" + default: "v0.9" description: "Tag to publish" required: true type: string publish_tags: - default: "latest,v1.0" + default: "latest,v0.9" description: 'Tag list apply to publish images' required: false type: string @@ -39,6 +39,7 @@ jobs: - name: Set Matrix id: scan-matrix run: | + set -x examples=($(echo ${{ inputs.examples }} | tr ',' ' ')) image_list=[] for example in ${examples[@]}