Skip to content

Commit 2648e46

Browse files
committed
chore: correct path to docker build
1 parent 5d37476 commit 2648e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Build and push Docker container
4545
run: |
4646
cd packages/docs
47-
docker build -t ${{ env.IMAGE_PATH }} .
47+
docker build -t ${{ env.IMAGE_PATH }} -f ./packages/docs/Dockerfile .
4848
docker push ${{ env.IMAGE_PATH }}
4949
5050
- name: Deploy to Cloud Run

0 commit comments

Comments
 (0)