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 c647855 commit ac6a633Copy full SHA for ac6a633
.github/workflows/time-tracker-ui-cd-prod.yml
@@ -31,7 +31,7 @@ jobs:
31
creds: ${{ secrets.AZURE_CREDENTIALS }}
32
33
- name: Build the docker image
34
- run: make build
+ run: make build_prod
35
36
- name: Publish docker image to prod azure container registry
37
run: |
.github/workflows/time-tracker-ui-cd-stage.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Publish docker image to stage azure container registry
0 commit comments