-
Notifications
You must be signed in to change notification settings - Fork 41
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 #118
base: main
Are you sure you want to change the base?
feat: container image build ci for push image to github registry #118
Conversation
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.
I would love to see cnab-to-oci switch not just publish but also the build/test CI steps as well to github actions. 💯
branches: [ ] | ||
|
||
env: | ||
# Use docker.io for Docker Hub if empty |
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.
Did you mean use "ghcr.io" for the registry if empty? The comment doesn't match the default value.
The build error looks to be unrelated to your change, I'm betting it's because of an old go version. I'll take a look. |
2c16436
to
90f1309
Compare
@carolynvs Please review , build is passing now |
90f1309
to
6aa724d
Compare
Hi @radu-matei @silvin-lubecki requesting review |
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]>
6aa724d
to
775f744
Compare
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]