Update .gitea/workflows/build_client.yml

fix path Dockerfile not found

Signed-off-by: pakin <pakin.t@forth.co.th>
This commit is contained in:
pakin 2024-06-19 15:47:35 +07:00
parent b6b76957da
commit 48d280bab4

View file

@ -60,7 +60,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: ./server/Dockerfile
context: ./server
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}