Skip to content

Commit 25a587b

Browse files
committed
TT-513: Makes cd stage pipeline more readable
1 parent d7727e2 commit 25a587b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
run: |
2525
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
2626
echo $RELEASE_VERSION
27+
2728
- name: Login to azure
2829
uses: Azure/login@v1
2930
with:
@@ -35,6 +36,7 @@ jobs:
3536
- name: Publish docker image to prod azure container registry
3637
run: |
3738
make login publish acr=timetrackerserviceprodregistry image_tag=$RELEASE_VERSION
39+
3840
- name: Setup terraform
3941
uses: hashicorp/setup-terraform@v1
4042

0 commit comments

Comments
 (0)