We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the only tag available for the docker image is latest. Would it be possible to have tags for each release?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
I was just looking at this ;-)
No branches or pull requests
Currently the only tag available for the docker image is latest.
Would it be possible to have tags for each release?
The text was updated successfully, but these errors were encountered: