-
Notifications
You must be signed in to change notification settings - Fork 397
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
Docker Workflow #2568
Docker Workflow #2568
Conversation
Build and Release Docker images on tag events.
@sfeilmeier is there a OpenEMS Docker Hub account? |
No, not yet. Feel free to create one. |
https://hub.docker.com/u/openems already exists :/ |
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 good. I still need somebody else to do a detailed review first. Maybe Manoj?
Everything is working properly. I checked 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.
Gitpod is using these files -> https://github.com/OpenEMS/openems/blob/develop/.gitpod.yml#L17
I did not test it, but this PR would (again) break Gitpod, right?
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.
you're right! i would have given gitpod its own folder for the time being. Just tested this configuration and its working.
The gitpod topic probably needs changes/a pull request of its own.
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!
Special acknowledgement for the ASCII-Art 😍🚀
Build and Release Docker images on tag events.
Build and Release Docker images on tag events.
continuation of #2358