Skip to content

Commit d05c94f

Browse files
committed
Update github actions versions
Signed-off-by: Manuel Morejon <[email protected]>
1 parent b5d54fe commit d05c94f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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/
@@ -45,7 +45,7 @@ jobs:
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/
@@ -54,7 +54,7 @@ jobs:
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/
@@ -72,7 +72,7 @@ jobs:
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/

0 commit comments

Comments
 (0)