Build and publish image with Jenkins
Add a Jenkins pipeline to build and publish docker images on the DockerHub. The images are built on every branches but only pusblished on staging and stable branches (i.e. develop and master by default). Images are published with multiples tags: - <image_name>:<short_commit_ref> - <image_name>:<stable|staging>-latest
Jenkinsfile
0 → 100644
ci/Dockerfile
0 → 100644
Please register or sign in to comment