We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d37476 commit 2648e46Copy full SHA for 2648e46
.github/workflows/deploy-docs.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Build and push Docker container
45
run: |
46
cd packages/docs
47
- docker build -t ${{ env.IMAGE_PATH }} .
+ docker build -t ${{ env.IMAGE_PATH }} -f ./packages/docs/Dockerfile .
48
docker push ${{ env.IMAGE_PATH }}
49
50
- name: Deploy to Cloud Run
0 commit comments