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 e4fb370 commit 1f5851fCopy full SHA for 1f5851f
1 file changed
.github/workflows/publish-client.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Build and push Docker image
37
uses: docker/build-push-action@v4
38
with:
39
- context: .
+ context: client
40
file: client/Dockerfile
41
push: true
42
tags: ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ env.tag }}
0 commit comments