Skip to content

Commit a0727fe

Browse files
authored
Merge pull request #273 from browserstack/CTO-3740_update_readme
docs: update readme with steps to dockerhub deployment
2 parents 519c379 + 0ca35e3 commit a0727fe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,16 @@ References:
135135
- https://seesparkbox.com/foundry/semantic_commit_messages
136136
- http://karma-runner.github.io/1.0/dev/git-commit-msg.html
137137

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.
138148

139149
## License
140150
See [LICENSE.md](/LICENSE.md)

0 commit comments

Comments
 (0)