-
Notifications
You must be signed in to change notification settings - Fork 44
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
feat: modified registy update command #88
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Althaf66 <[email protected]>
if err != nil { | ||
log.Errorf("failed to update registry: %v", err) | ||
} | ||
}, | ||
} | ||
|
||
flags := cmd.Flags() |
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.
Thanks for your contribution! Could you please add back the below flags? They're crucial for automation and scripting processes, and their absence could potentially disrupt CI/CD pipelines.
Thanks.
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.
Yes. I will add those flags.
heads up: merge conflicts |
@Althaf66 merge conflicts. otherwise, LGTM 🙌 |
Signed-off-by: ALTHAF <[email protected]>
Signed-off-by: ALTHAF <[email protected]>
update with empty id and secret shoould work |
Signed-off-by: ALTHAF <[email protected]>
Signed-off-by: ALTHAF <[email protected]>
This fixes #87
Registry values where shown in the input field so, user have easier to update the values in the registry. This fuctionality present in the Web UI