Skip to content

Commit 9740043

Browse files
committed
fix: TT-513 test tags
1 parent ab6e6fe commit 9740043

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Publish docker image to prod azure container registry
3636
run: |
37-
make login publish acr=ADDAZUREPRDOREGISTRY image_tag=$RELEASE_VERSION
37+
make login publish acr=timetrackerserviceprodregistry 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: make build
3131
- name: Publish docker image to stage azure container registry
3232
run: |
33-
make login publish acr=tt513registry image_tag=$RELEASE_VERSION
33+
make login publish acr=timetrackerservicestageregistry 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)