From 6c3cd64e77f2e70b811544221c1d4f84d124abb2 Mon Sep 17 00:00:00 2001 From: Rodribm10 <160369324+Rodribm10@users.noreply.github.com> Date: Fri, 2 Jan 2026 08:42:03 -0300 Subject: [PATCH] Change Docker build context to current directory --- .github/workflows/deploy_ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_ghcr.yml b/.github/workflows/deploy_ghcr.yml index e0be55e..58ec6d8 100644 --- a/.github/workflows/deploy_ghcr.yml +++ b/.github/workflows/deploy_ghcr.yml @@ -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