-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UID2-2674 Add new workflow to release docker image #35
UID2-2674 Add new workflow to release docker image #35
Conversation
bce841a
to
833a41c
Compare
c3d2724
to
3ba0ddb
Compare
eb581ee
to
ad242ef
Compare
b69dacf
to
6df29ab
Compare
c847f8f
to
ee899c4
Compare
1142932
to
e649d7b
Compare
inputs: | ||
release_type: | ||
type: choice | ||
description: 'The type of release' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need for quotes
Also, does this need required: true
?
inputs: | ||
release_type: | ||
type: choice | ||
description: 'The type of release' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment here about quotes and required: true
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because it's a type: choice
, I don't think we need to add required: true
as it's a dropdown menu
Successful run: