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 d7727e2 commit 25a587bCopy full SHA for 25a587b
.github/workflows/time-tracker-ui-cd-prod.yml
@@ -24,6 +24,7 @@ jobs:
24
run: |
25
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
26
echo $RELEASE_VERSION
27
+
28
- name: Login to azure
29
uses: Azure/login@v1
30
with:
@@ -35,6 +36,7 @@ jobs:
35
36
- name: Publish docker image to prod azure container registry
37
38
make login publish acr=timetrackerserviceprodregistry image_tag=$RELEASE_VERSION
39
40
- name: Setup terraform
41
uses: hashicorp/setup-terraform@v1
42
0 commit comments