Change Docker build context to current directory
This commit is contained in:
parent
8ba186ee0d
commit
6c3cd64e77
2
.github/workflows/deploy_ghcr.yml
vendored
2
.github/workflows/deploy_ghcr.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
- name: Build and Push
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ./docker
|
||||
context: .
|
||||
file: ./docker/Dockerfile
|
||||
push: true
|
||||
tags: ghcr.io/rodribm10/chatwoot-jasmine:latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user