File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
34
34
run : |-
35
35
docker build \
36
36
--target production -t timetracker_ui \
37
- --build-arg API_URL=${{secrets.API_URL_STAGE}} \
38
- --build-arg AUTHORITY=${{secrets.AUTHORITY}} \
39
- --build-arg CLIENT_ID=${{secrets.CLIENT_ID_STAGE}} \
40
- --build-arg CLIENT_URL=${{ secrets.CLIENT_URL_STAGE}} \
41
- --build-arg SCOPES=${{secrets.SCOPES}} \
42
- --build-arg AZURE_APP_CONFIGURATION_CONNECTION_STRING=${{secrets.AZURE_APP_CONFIGURATION_CONNECTION_STRING}} \
37
+ --build-arg API_URL=" ${{secrets.API_URL_STAGE}}" \
38
+ --build-arg AUTHORITY=" ${{secrets.AUTHORITY}}" \
39
+ --build-arg CLIENT_ID=" ${{secrets.CLIENT_ID_STAGE}}" \
40
+ --build-arg CLIENT_URL=" ${{ secrets.CLIENT_URL_STAGE}}" \
41
+ --build-arg SCOPES=" ${{secrets.SCOPES}}" \
42
+ --build-arg AZURE_APP_CONFIGURATION_CONNECTION_STRING=" ${{secrets.AZURE_APP_CONFIGURATION_CONNECTION_STRING}}" \
43
43
.
44
44
45
45
- name : Publish docker image to stage azure container registry
You can’t perform that action at this time.
0 commit comments