From 0c0c7a29c03838481e9b836d765dbacb4704db7d Mon Sep 17 00:00:00 2001 From: killer-cf Date: Wed, 26 Nov 2025 15:45:29 -0300 Subject: [PATCH] fix: update Dockerfile path in deploy workflow - Changed the Dockerfile path in the deploy workflow from './Dockerfile' to './apps/web/Dockerfile' to reflect the new directory structure. --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 445c0da..74dc0a6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: uses: docker/build-push-action@v4 with: context: . - file: ./Dockerfile + file: ./apps/web/Dockerfile push: true # Make sure to replace with your own namespace and repository tags: |