Update Docker build context for trade-dashboard

This commit is contained in:
sirius0xdev 2026-05-03 17:35:14 -04:00 committed by GitHub
parent 2716694876
commit ea8224b3d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: apps/base/customer1/trade-dashboard
context: trade-dashboard/
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}