Automated deploy to docker hub
Closed this issue · 0 comments
KrzysiekWyka commented
We have to integrate GH Actions to create and deploy docker image inside CI/CD.
- Actions triggered with every PR should build docker file and run tests.
- Actions triggered with new release should build docker file, run tests and deploy image to docker hub with tag equivalent to release version.
When actions will be integrated then I will configure docker hub secret to allow to push images to docker hub.