fix: update Dockerfile path in deploy workflow #49

Merged
killer-cf merged 1 commits from config-self-convex into master 2025-11-26 18:46:00 +00:00

View File

@@ -26,7 +26,7 @@ jobs:
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with:
context: . context: .
file: ./Dockerfile file: ./apps/web/Dockerfile
push: true push: true
# Make sure to replace with your own namespace and repository # Make sure to replace with your own namespace and repository
tags: | tags: |