File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 10
10
MOVIES_IMAGE_NAME : " cinema-movies"
11
11
SHOWTIMES_IMAGE_NAME : " cinema-showtimes"
12
12
BOOKINGS_IMAGE_NAME : " cinema-bookings"
13
+ WEBSITE_IMAGE_NAME : " cinema-website"
13
14
14
15
jobs :
15
16
multi-registries :
43
44
tags : |
44
45
mmorejon/${{ env.USERS_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
45
46
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 }}
46
56
- name : Build and push movies microservice
47
57
uses : docker/build-push-action@v2
48
58
with :
You can’t perform that action at this time.
0 commit comments