-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Make sure builder image is pulled by default #218
Conversation
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.
LGTM, although it was fundamentally wrong (because of the inverted condition), it should also be a string.
Avoid double negation which is error prone.
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.
Logic seems fine, description need to be changed though.
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
Co-authored-by: Jan Čermák <sairon@users.noreply.github.com>
Correctly pull the image by default.
The if expression was really wrong. This hasn't been noticed in #214 since the comparison with true == "true" indeed lead to the step not being executed. The GitHub Action syntax doesn't support boolean inputs. Make this explicit using strings.