Skip to content

Commit ac6a633

Browse files
committed
TT-xx: Using the correct production multistage when building the Docker image
1 parent c647855 commit ac6a633

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/time-tracker-ui-cd-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
creds: ${{ secrets.AZURE_CREDENTIALS }}
3232

3333
- name: Build the docker image
34-
run: make build
34+
run: make build_prod
3535

3636
- name: Publish docker image to prod azure container registry
3737
run: |

.github/workflows/time-tracker-ui-cd-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
creds: ${{ secrets.AZURE_CREDENTIALS }}
3131

3232
- name: Build the docker image
33-
run: make build
33+
run: make build_prod
3434

3535
- name: Publish docker image to stage azure container registry
3636
run: |

0 commit comments

Comments
 (0)