Change Docker build context to current directory

This commit is contained in:
Rodribm10 2026-01-02 08:42:03 -03:00 committed by GitHub
parent 8ba186ee0d
commit 6c3cd64e77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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