-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add a new job for publishing docker image to GitHub Container Registry #111
Conversation
I don't know why CI is failed at
In my forked repo, there is no problem. |
I don't know who can review on this repo... Maybe it's better to add CODEOWNER file. Anyway, I think @shuheiktgw can do. |
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.
Thank you for this work! LGTM
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.
LGTM, thank you!
It seems to work great 🎉 |
Thanks all! |
Thanks for implementing the workflow! I'll close #97 |
Would it be possible to add support for arm images? I'm using the github action runners |
WHAT
This PR adds a new CI job for publishing docker image to GitHub Container Registry in the release workflow.
You can confirm the result on my forked repo:
WHY
To provide a continuous build for the docker image related to releases.
And related to this comment: #97 (comment)