fusion-energy / openmc-dagmc-wrapper

A Python package that extends OpenMC base classes to provide convenience features and standardized tallies when simulating DAGMC geometry with OpenMC.
https://openmc-dagmc-wrapper.readthedocs.io/
MIT License
7 stars 2 forks source link

added workflow_dispatch option for docker build #16

Closed shimwell closed 3 years ago

shimwell commented 3 years ago

When the Paramak is updated the docker image becomes out of date.

We don't want to create a release (which would trigger a docker image rebuild) as the paramak-neutronics source code has not changed.

So this PR adds the ability to perform a manual triggering of the docker building and publishing github action.