File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 id : get_version
3737 run : echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
3838 - name : Build and push users microservice
39- uses : docker/build-push-action@v2
39+ uses : docker/build-push-action@v3
4040 with :
4141 push : true
4242 context : ./users/
4545 mmorejon/${{ env.USERS_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
4646 ghcr.io/mmorejon/${{ env.USERS_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
4747 - name : Build and push website microservice
48- uses : docker/build-push-action@v2
48+ uses : docker/build-push-action@v3
4949 with :
5050 push : true
5151 context : ./website/
5454 mmorejon/${{ env.WEBSITE_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
5555 ghcr.io/mmorejon/${{ env.WEBSITE_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
5656 - name : Build and push movies microservice
57- uses : docker/build-push-action@v2
57+ uses : docker/build-push-action@v3
5858 with :
5959 push : true
6060 context : ./movies/
7272 mmorejon/${{ env.SHOWTIMES_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
7373 ghcr.io/mmorejon/${{ env.SHOWTIMES_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
7474 - name : Build and push bookings microservice
75- uses : docker/build-push-action@v2
75+ uses : docker/build-push-action@v3
7676 with :
7777 push : true
7878 context : ./bookings/
You can’t perform that action at this time.
0 commit comments