Skip to content

Commit e5a3dd1

Browse files
committed
fix: TT-513 tests cd/ci make build
1 parent 15af506 commit e5a3dd1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
creds: ${{ secrets.AZURE_CREDENTIALS }}
3131

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

3535
- name: Publish docker image to prod azure container registry
3636
run: |
37-
make login publish_prod acr=tt513registry image_tag=$RELEASE_VERSION
37+
make login publish acr=tt513registry image_tag=$RELEASE_VERSION
3838
- name: Setup terraform
3939
uses: hashicorp/setup-terraform@v1
4040

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
with:
2828
creds: ${{ secrets.AZURE_CREDENTIALS }}
2929
- name: Build the docker image
30-
run: make build_prod
30+
run: make build
3131
- name: Publish docker image to stage azure container registry
3232
run: |
33-
make login publish_prod acr=tt513registry image_tag=$RELEASE_VERSION
33+
make login publish acr=tt513registry image_tag=$RELEASE_VERSION
3434
- name: Setup terraform
3535
uses: hashicorp/setup-terraform@v1
3636
- name: Authenticate with the TF modules repository

0 commit comments

Comments
 (0)