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

ISSUE-2130: Fixing the dockerhub validation and error message #1964

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

varunsharma0286
Copy link
Contributor

Comment on lines 31 to 35
if d.NonSecret.IsPublic == "true" {
return true
} else {
return false
}
Copy link
Contributor

Choose a reason for hiding this comment

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

IMO,

Suggested change
if d.NonSecret.IsPublic == "true" {
return true
} else {
return false
}
return d.NonSecret.IsPublic == "true"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

Copy link
Contributor

@ibreakthecloud ibreakthecloud left a comment

Choose a reason for hiding this comment

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

lgtm

@ibreakthecloud ibreakthecloud merged commit 4450e5d into main Feb 15, 2024
2 of 4 checks passed
@ibreakthecloud ibreakthecloud deleted the ISSUE-2130 branch February 15, 2024 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants