File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1010 MOVIES_IMAGE_NAME : " cinema-movies"
1111 SHOWTIMES_IMAGE_NAME : " cinema-showtimes"
1212 BOOKINGS_IMAGE_NAME : " cinema-bookings"
13+ WEBSITE_IMAGE_NAME : " cinema-website"
1314
1415jobs :
1516 multi-registries :
4344 tags : |
4445 mmorejon/${{ env.USERS_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
4546 ghcr.io/mmorejon/${{ env.USERS_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
47+ - name : Build and push website microservice
48+ uses : docker/build-push-action@v2
49+ with :
50+ push : true
51+ context : ./website/
52+ file : ./website/Dockerfile
53+ tags : |
54+ mmorejon/${{ env.WEBSITE_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
55+ ghcr.io/mmorejon/${{ env.WEBSITE_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
4656 - name : Build and push movies microservice
4757 uses : docker/build-push-action@v2
4858 with :
You can’t perform that action at this time.
0 commit comments