Change Docker context and Dockerfile path
This commit is contained in:
parent
69b82a74f3
commit
779c1199f2
4
.github/workflows/deploy_ghcr.yml
vendored
4
.github/workflows/deploy_ghcr.yml
vendored
@ -26,7 +26,9 @@ jobs:
|
||||
- name: Build and Push
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
context: ./docker
|
||||
file: ./docker/Dockerfile
|
||||
push: true
|
||||
tags: ghcr.io/rodribm10/chatwoot-jasmine:latest
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user