Skip to content

Commit d1fe570

Browse files
committed
Fix context for Docker Image build
1 parent 8569973 commit d1fe570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build and push Docker image
3333
uses: docker/build-push-action@v4
3434
with:
35-
context: .
35+
context: ./docker/
3636
push: true
3737
tags: |
3838
opensips/python-opensips:latest

0 commit comments

Comments
 (0)