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