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

feat: container image build ci for push image to github registry #160

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

Conversation

Rajpratik71
Copy link

Use GitHub CI to build the latest Container image on git push and store container image on GitHub registry

Signed-off-by: Pratik Raj [email protected]

@CLAassistant
Copy link

CLAassistant commented Nov 20, 2024

CLA assistant check
All committers have signed the CLA.

@zeitlinger
Copy link
Member

which use case is missing with the current docker image?

@Rajpratik71
Copy link
Author

Current docker image hosted on Dockerhub, which is having rate-limit.

Under a on-prem or org network , it get exhausted easily.

i.e. why added workflow to build and store it in ghcr, Github Own Container Registry

@zeitlinger
Copy link
Member

OK, then why is the workflow pushing on every git push, rather than for every tag (like docker hub)?

@zeitlinger
Copy link
Member

@Rajpratik71 then why is the workflow pushing on every git push, rather than for every tag (like docker hub)?

Use GitHub CI to build the latest Container image on git push and store container image on GitHub registry

Signed-off-by: Pratik Raj <[email protected]>
@Rajpratik71
Copy link
Author

@Rajpratik71 then why is the workflow pushing on every git push, rather than for every tag (like docker hub)?

Hey @zeitlinger , sorry for late response. updated the workflow to only build for main branch.

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.

3 participants