Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 403 Bytes

File metadata and controls

5 lines (3 loc) · 403 Bytes

Microservices continuous integration and delivery

Automatically build microservices source code, create Docker images and push them on DockerHUB

Have a look of .github/workflows/build-docker-images.yaml to find out how CI/CD has been implemented to automatically build microservices source code, create Docker images and push them on DockerHUB.