Skip to content

Commit 573b4a4

Browse files
committed
Changing context of the docker file
1 parent 09e694c commit 573b4a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build and test
2626
uses: docker/build-push-action@v5
2727
with:
28-
context: .
29-
file: ./python-project-example/Dockerfile
28+
context: ./python-project-example
29+
file: ./Dockerfile
3030
push: false
3131

0 commit comments

Comments
 (0)