gama-platform / gama

Main repository for developing the 2024+ versions of GAMA
https://gama-platform.org
GNU General Public License v3.0
31 stars 6 forks source link

[GHA] docker alpha image is not updated at each new build #370

Open lesquoyb opened 2 weeks ago

lesquoyb commented 2 weeks ago

Is your request related to a problem? Please describe. It seems that we forgot to update the docker alpha image in the action that publishes GAMA.

Describe the improvement you'd like When a new alpha is built by the github action, in addition to all the publication, we should push a new docker version (alpha or latest depending on tags)

Additional context Discovered thanks to feedbacks in #352

RoiArthurB commented 6 days ago

That's not really an error : while generating (pre-)release, the workflow offers to make it only for Github, or to broadcast the release everywhere. Since, recently, we're making releases only for Github, the docker workflow is never triggered :shrug:

So it's just the normal way things works.

Now the real question is, do we want to have the docker alpha matching the github alpha (i.e. give the option to make pre-release only available in "our stores" (github, docker) or every stores (homebrew, ppa, windows, etc)).