Skip to content

Commit

Permalink
Use input choice.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Nov 5, 2023
1 parent 9761cd2 commit 80dcb3f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy_images_a9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
workflow_dispatch:
inputs:
push_image:
description: "Push image to DockerHub? (true|false)"
required: false
description: "Push image to DockerHub?"
type: choice
required: true
default: "false"
options:
- "true"
- "false"

specific_job:
description: "Run a specific job? (py37|py38|py39|py310|py311)"
Expand Down

0 comments on commit 80dcb3f

Please sign in to comment.