Skip to content

Commit c49d721

Browse files
authored
Merge pull request #15 from mmorejon/workflows
Fix dockerfile context path
2 parents 2ae5dd6 + 3673796 commit c49d721

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
push: true
4141
context: ./users/
42-
file: ./Dockerfile
42+
file: ./users/Dockerfile
4343
tags: |
4444
mmorejon/${{ env.USERS_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
4545
ghcr.io/mmorejon/${{ env.USERS_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
push: true
5050
context: ./movies/
51-
file: ./Dockerfile
51+
file: ./movies/Dockerfile
5252
tags: |
5353
mmorejon/${{ env.MOVIES_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
5454
ghcr.io/mmorejon/${{ env.MOVIES_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
push: true
5959
context: ./showtimes/
60-
file: ./Dockerfile
60+
file: ./showtimes/Dockerfile
6161
tags: |
6262
mmorejon/${{ env.SHOWTIMES_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
6363
ghcr.io/mmorejon/${{ env.SHOWTIMES_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
push: true
6868
context: ./bookings/
69-
file: ./Dockerfile
69+
file: ./bookings/Dockerfile
7070
tags: |
7171
mmorejon/${{ env.BOOKINGS_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
7272
ghcr.io/mmorejon/${{ env.BOOKINGS_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}

0 commit comments

Comments
 (0)