-
Notifications
You must be signed in to change notification settings - Fork 198
Fix image push tests permissions in CI #128
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
base: main
Are you sure you want to change the base?
Fix image push tests permissions in CI #128
Conversation
Thanks for the PR! Will take a deeper look and get back! In the meantime could you please set up commit signing and re push your commits? |
0b27707
to
825f0ad
Compare
Thanks, I've signed the commit |
c2b4575
to
f044c26
Compare
👋🏻 @adityaramani, any progress on this? |
Hi @Siddhant-K-code, please run |
8b94a70
to
108db95
Compare
108db95
to
4fac487
Compare
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.
Sorry for the long delay.
I like the update to the ImageStoreTests
, but Im not sure about the RegistryClientTests
Do you want to back that out from the PR and we can re-think if there is a better way to do it?
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! Looks good! Just two small comments
602f4a5
to
7e45ae0
Compare
Looks like you need to run |
Implemented a mock-based testing approach that validates push functionality without requiring external registry permissions.
fixes #56