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
|
- name: Build and Push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: ./docker
|
context: .
|
||||||
file: ./docker/Dockerfile
|
file: ./docker/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: ghcr.io/rodribm10/chatwoot-jasmine:latest
|
tags: ghcr.io/rodribm10/chatwoot-jasmine:latest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user