Skip to content

Commit a296642

Browse files
author
johnydev-1
committed
ci workflow #4
1 parent 2467c53 commit a296642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Build Docker image
3333
run: |
34-
docker build -t ${{ secrets.ACR_NAME }}.azurecr.io/todo-app-img:latest .
34+
docker build -t ${{ secrets.ACR_NAME }}.azurecr.io/todo-app-img:latest todo-app/
3535
3636
- name: Push Docker image to ACR
3737
run: |

0 commit comments

Comments
 (0)