Skip to content

Commit

Permalink
for debug
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <suyue.chen@intel.com>
  • Loading branch information
chensuyue committed Aug 25, 2024
1 parent bd30b4c commit af45e19
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/manual-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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[@]}
Expand Down

0 comments on commit af45e19

Please sign in to comment.