Skip to content

Commit 6900839

Browse files
authored
Update Docker build context and Dockerfile path
1 parent 62001ca commit 6900839

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Build and push Docker image
2121
uses: docker/build-push-action@v5
2222
with:
23-
context: ./Is.Web
23+
context: .
24+
file: ./Is.Web/Dockerfile
2425
push: true
2526
tags: macccy/iss-web:latest

0 commit comments

Comments
 (0)