We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 519c379 + 0ca35e3 commit a0727feCopy full SHA for a0727fe
README.md
@@ -135,6 +135,16 @@ References:
135
- https://seesparkbox.com/foundry/semantic_commit_messages
136
- http://karma-runner.github.io/1.0/dev/git-commit-msg.html
137
138
+## Deployment to Dockerhub
139
+
140
+Docker image deployment is handled automatically through a pre-defined GitHub Action workflow.
141
+To trigger the deployment, create and push a version tag to the repository:
142
143
+```bash
144
+git push origin tag v<version_number>
145
+```
146
147
+The new Docker image will then be available on Docker Hub under the corresponding version tag.
148
149
## License
150
See [LICENSE.md](/LICENSE.md)
0 commit comments