We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01def58 commit 1d2d8dbCopy full SHA for 1d2d8db
.github/workflows/time-tracker-ui-cd-prod.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Build the docker image
39
run: |-
40
docker build \
41
- --target production_prod -t timetracker_ui -f Dockerfile_prod \
+ --target production -t timetracker_ui -f Dockerfile_prod \
42
.
43
44
- name: Publish docker image to prod azure container registry
0 commit comments