Open-EO / openeo-web-editor

An interactive and easy to use web-based editor for the OpenEO API.
https://editor.openeo.org
Apache License 2.0
12 stars 17 forks source link

Publish docker images via GHA ? #187

Closed mmacata closed 3 years ago

mmacata commented 3 years ago

The automated builds for docker images were disabled a few weeks ago by Dockerhub for normal accounts. Before, a repository on dockerhub could be configured to build a certain Dockerfile of a certain repository. This was the case for mundialis/openeo-web-editor before, so it also appeared in the checks for commits / pull requests in the past. With these changes, the checks disappeared and the images are no longer updated.

It is possible to add a build and push workflow in the github actions (see also https://github.com/OSGeo/grass/pull/1790 and https://github.com/Open-EO/openeo-grassgis-driver/pull/106).

If this is wanted for the openeo-web-editor as well, I could provide a simple workflow?

m-mohr commented 3 years ago

If you can maintain it, feel free to PR the corresponding changes for a docker build. I won't be able to maintain it.

mmacata commented 3 years ago

It took me a while to create it but I am willing to maintain it. I created a MR #191. It is still in draft stage as questions regarding credentials / repository need to be clarified first. I will close this issue.