Update Docker build context for trade-dashboard
This commit is contained in:
parent
2716694876
commit
ea8224b3d2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/trade-dashboard.yml
vendored
2
.github/workflows/trade-dashboard.yml
vendored
|
|
@ -44,7 +44,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: apps/base/customer1/trade-dashboard
|
context: trade-dashboard/
|
||||||
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
Reference in a new issue