Skip to content

Commit b715cc5

Browse files
committed
Change docker-compose context
1 parent b45fc35 commit b715cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build and push Docker image
2727
uses: docker/build-push-action@v4
2828
with:
29-
context: ./compose/django
29+
context: .
3030
push: true
3131
tags: |
3232
ghcr.io/willemarcel/osmcha-django:latest

0 commit comments

Comments
 (0)