Skip to content

Commit 1f5851f

Browse files
fix: Fix context
1 parent e4fb370 commit 1f5851f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build and push Docker image
3737
uses: docker/build-push-action@v4
3838
with:
39-
context: .
39+
context: client
4040
file: client/Dockerfile
4141
push: true
4242
tags: ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ env.tag }}

0 commit comments

Comments
 (0)