Skip to content
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

Add fourth image handling #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add fourth image handling #62

wants to merge 1 commit into from

Conversation

mihonninja
Copy link
Contributor

No description provided.

@@ -10,6 +10,9 @@ on:
image_name_three:
required: true
type: string
image_name_four:
required: true
Copy link
Contributor

@anthonysterling anthonysterling Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what would happen here with a build that only has three images? Are there any other consumers of this action?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a wise question. It's being used by only one service, but nothing can stop you to use it somewhere else.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like an issue with the whole approach here. Should we just mark every image after 2 as required: false? Would it mean that we have to change logic which rely on image count as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants