fusion-energy / fusion_neutronics_workflow

Combines open source packages to produce an automated fusion specific neutronics workflow
MIT License
13 stars 3 forks source link

Version tags for docker images #33

Open RemDelaporteMathurin opened 2 years ago

RemDelaporteMathurin commented 2 years ago

Currently the only tag available for the docker image is latest. Would it be possible to have tags for each release?

shimwell commented 2 years ago

Yes this can be done using tags. This action is nearly what you want. It just uploads to dockerrhub instead of ghcr

https://github.com/openmc-dev/openmc/blob/develop/.github/workflows/dockerhub-publish-release.yml#L13

https://github.com/openmc-dev/openmc/blob/36d5c94f9e765ebebb739e51a50511306c6068bc/.github/workflows/dockerhub-publish-release.yml#L32

RemDelaporteMathurin commented 2 years ago

I was just looking at this ;-)