From 779c1199f2474fe6a7669af714aa7eb6c1e9d7c0 Mon Sep 17 00:00:00 2001 From: Rodribm10 <160369324+Rodribm10@users.noreply.github.com> Date: Fri, 2 Jan 2026 08:37:32 -0300 Subject: [PATCH] Change Docker context and Dockerfile path --- .github/workflows/deploy_ghcr.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_ghcr.yml b/.github/workflows/deploy_ghcr.yml index 68038c9..3b515ef 100644 --- a/.github/workflows/deploy_ghcr.yml +++ b/.github/workflows/deploy_ghcr.yml @@ -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 +