From bd30b4c91beaf6a63c6dec504bfad559e904b0b9 Mon Sep 17 00:00:00 2001 From: chensuyue Date: Sun, 25 Aug 2024 23:29:59 +0800 Subject: [PATCH] bug fix Signed-off-by: chensuyue --- .github/workflows/manual-docker-publish.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/manual-docker-publish.yml b/.github/workflows/manual-docker-publish.yml index 19626edaa..04c3b8f0e 100644 --- a/.github/workflows/manual-docker-publish.yml +++ b/.github/workflows/manual-docker-publish.yml @@ -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 @@ -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' @@ -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: