Skip to content
Prev Previous commit
Next Next commit
TTA-139 fix docker image for prod
  • Loading branch information
Rodolfo committed Aug 20, 2022
commit 1d2d8db3edafcf59957b1fbe7df09a96f85e5eef
2 changes: 1 addition & 1 deletion .github/workflows/time-tracker-ui-cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build the docker image
run: |-
docker build \
--target production_prod -t timetracker_ui -f Dockerfile_prod \
--target production -t timetracker_ui -f Dockerfile_prod \
.

- name: Publish docker image to prod azure container registry
Expand Down