-
Notifications
You must be signed in to change notification settings - Fork 302
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
Create docker-image.yml #561
base: dev
Are you sure you want to change the base?
Conversation
@Its4Nik we really appreciate your effort on this one. It would be great if you could upgrade your PR a bit considering my comment above. Thanks! |
I am unsure which comment you are referring to, I can't seem to find 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.
pmorelli92/github-container-registry-build-push should be updated to docker/build-push-action
.github/workflows/docker-image.yml
Outdated
- uses: actions/checkout@v2 | ||
name: Checkout repository | ||
|
||
- uses: pmorelli92/[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.
Looks like this repo is out of date and the owner strongly advices to use docker/build-push-action instead.
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.
Im gonna adjust it accordingly
@electronick Please take another look |
This allows automatic image building using a GitHub Workflow.
The built image will be available under the GitHub container registry (ghcr.io)
The image gets built when a new release is published, we could change the behavior to have Development images as well and/or always build an image when we push to the main branch.