We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d415e commit 46e6440Copy full SHA for 46e6440
1 file changed
.github/workflows/auto-test-deploy.yml
@@ -91,7 +91,7 @@ jobs:
91
uses: docker/build-push-action@v6.17.0
92
with:
93
context: .
94
- file: ./Dockerfile.storybook
+ file: ./client/Dockerfile.storybook
95
push: true
96
tags: docker.io/${{ secrets.DOCKERHUB_ADMIN_USERNAME }}/storybook:${{ env.TAG_NAME }}
97
0 commit comments