Skip to content

Commit 04cad24

Browse files
Fix dockerfile path
1 parent ecb1d27 commit 04cad24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
- name: Build and push Docker image
3535
uses: docker/build-push-action@v4
3636
with:
37-
context: .
37+
context: /KubernetesTestApp/.
3838
push: true
3939
tags: ${{ secrets.DOCKERHUB_USERNAME }}/kubernetestestapp:latest

0 commit comments

Comments
 (0)