We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beba951 commit 11bbd9aCopy full SHA for 11bbd9a
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: docker/build-push-action@v6.7.0
27
with:
28
context: .
29
- file: api/Dockerfile
+ file: Dockerfile
30
secrets: |
31
"vite_base_url=${{ secrets.VITE_BASE_URL }}"
32
"vite_turso_auth_token=${{ secrets.VITE_TURSO_AUTH_TOKEN }}"
0 commit comments