Skip to content

Commit 1d2d8db

Browse files
author
Rodolfo
committed
TTA-139 fix docker image for prod
1 parent 01def58 commit 1d2d8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Build the docker image
3939
run: |-
4040
docker build \
41-
--target production_prod -t timetracker_ui -f Dockerfile_prod \
41+
--target production -t timetracker_ui -f Dockerfile_prod \
4242
.
4343
4444
- name: Publish docker image to prod azure container registry

0 commit comments

Comments
 (0)