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:
3434 run : |-
3535 docker build \
3636 --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}}" \
4343 .
4444
4545 - name : Publish docker image to stage azure container registry
You can’t perform that action at this time.
0 commit comments