Skip to content

Commit e0557f3

Browse files
committed
using env var
1 parent 71b814c commit e0557f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: time-tracker-ui-cd-stage
22

33
on:
44
push:
5-
tags:
6-
- 'v*.*.*'
5+
branches:
6+
- "**"
77

88
jobs:
99
cd:
@@ -42,7 +42,7 @@ jobs:
4242
run: |-
4343
docker build \
4444
--target production -t timetracker_ui \
45-
--build-arg API_URL="${{ env.$API_URL }}" \
45+
--build-arg API_URL="${{ env.API_URL }}" \
4646
--build-arg AUTHORITY="$AUTHORITY" \
4747
--build-arg CLIENT_ID="$CLIENT_ID" \
4848
--build-arg CLIENT_URL="$CLIENT_URL" \

0 commit comments

Comments
 (0)