-
Notifications
You must be signed in to change notification settings - Fork 28
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(docker): added workflows for building and pushing docker images #19
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Ansh Sarkar <[email protected]>
Signed-off-by: Ansh Sarkar <[email protected]>
Signed-off-by: Ansh Sarkar <[email protected]>
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.
Why not Remove it if everything is commented out?
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.
If the Commented lines are not useful in the future it's better to remove them isn't 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.
Submitted my views on several files.
Description
Added workflows for automatic building of docker images and pushing to
ghcr repository
Changes
Added new workflows under the
.github
folderHow to test
The build and pushing of docker images is triggered automatically upon pushing a tagged release.
Partially Solves Issue : #14