Skip to content

Commit 64b29b6

Browse files
committed
docker requires one argument
1 parent 755e056 commit 64b29b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
--build-arg CLIENT_URL=${{ secrets.CLIENT_URL_STAGE}} \
4141
--build-arg SCOPES=${{secrets.SCOPES}} \
4242
--build-arg AZURE_APP_CONFIGURATION_CONNECTION_STRING=${{secrets.AZURE_APP_CONFIGURATION_CONNECTION_STRING}} \
43-
-f Dockerfile .
43+
.
4444
4545
- name: Publish docker image to stage azure container registry
4646
run: |

0 commit comments

Comments
 (0)