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 6e814bb commit ee84e2eCopy full SHA for ee84e2e
.github/workflows/deploy.yaml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Build & Push Backend
26
run: |
27
- docker build -t lozure.azurecr.io/backend:latest ./backend/
+ docker build -t lozure.azurecr.io/backend:latest ./backend
28
docker push lozure.azurecr.io/backend:latest
29
30
- name: Build & Push NLP Service
0 commit comments