Skip to content

Commit

Permalink
bug fix
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 f78aa9e commit bd30b4c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/manual-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Examples publish docker image on manual event
on:
workflow_dispatch:
inputs:
nodes:
node:
default: "gaudi"
description: "Hardware to run test"
required: true
Expand All @@ -17,14 +17,9 @@ on:
type: string
tag:
default: "latest"
description: "Tag to apply to images"
description: "Tag to publish"
required: true
type: string
publish:
default: false
description: 'Publish images to docker hub'
required: false
type: boolean
publish_tags:
default: "latest,v1.0"
description: 'Tag list apply to publish images'
Expand All @@ -34,7 +29,7 @@ on:
permissions: read-all
jobs:
get-image-list:
runs-on: ${{ inputs.node }}
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.scan-matrix.outputs.matrix }}
steps:
Expand Down

0 comments on commit bd30b4c

Please sign in to comment.