From ea8224b3d2a7c93122a73ea8d4a9e9d2fff3d715 Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Sun, 3 May 2026 17:35:14 -0400 Subject: [PATCH] Update Docker build context for trade-dashboard --- .github/workflows/trade-dashboard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trade-dashboard.yml b/.github/workflows/trade-dashboard.yml index e9a0483..a7f8371 100644 --- a/.github/workflows/trade-dashboard.yml +++ b/.github/workflows/trade-dashboard.yml @@ -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 }}