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

Use make targets instead of docker actions for building and pushing images on CI #1360

Open
vprashar2929 opened this issue Apr 17, 2024 · 1 comment
Labels
kind/feature New feature or request

Comments

@vprashar2929
Copy link
Contributor

What would you like to be added?

A GH workflow responsible for building and pushing images of Kepler using make targets.

Why is this needed?

Currently, we use pre-defined actions for building and pushing images for Kepler to quay. In certain situations where images are not built or pushed correctly, it is very hard to investigate the issue.

Using our existing make targets for building and pushing images has the advantage that it's running the same "make" steps as a developer would run, so less risk of things working differently in CI from in development.

@vprashar2929 vprashar2929 added the kind/feature New feature or request label Apr 17, 2024
@SamYuan1990
Copy link
Collaborator

in this case, how we ensure multi-arch images support?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants