BSC-ES / autosubmit-gui

The Autosubmit Graphical User Interface (GUI) is the web-based Autosubmit frontend, allowing users to discover, monitor, and analyze experiments. It is based on ReactJS and relies on the Autosubmit API as the middleware to get experiment information.
MIT License
4 stars 0 forks source link

Autosubmit DockerHub release #155

Open kinow opened 1 week ago

kinow commented 1 week ago

Related to #154 , once a PyPI release is made, we can also trigger a job in GH Actions that builds and pushes the image to DockerHub with the exact same tag/version.

kinow commented 1 week ago

If we support building the latest as :latest, we could test it with #140 (i.e. implement the action that builds & deploys from main to DockerHub tagged as :latest, review, merge, then review #140, merge, etc, and confirm it works).