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:
parent
b6b76957da
commit
48d280bab4
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ jobs:
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: ./server/Dockerfile
|
context: ./server
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue