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 755e056 commit 64b29b6Copy full SHA for 64b29b6
.github/workflows/time-tracker-ui-cd-stage.yml
@@ -40,7 +40,7 @@ jobs:
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
- -f Dockerfile .
+ .
44
45
- name: Publish docker image to stage azure container registry
46
run: |
0 commit comments