From acd15af82313d9e8801664b7251e46d4929799ad Mon Sep 17 00:00:00 2001 From: Prashant Shahi Date: Thu, 13 Oct 2022 08:58:06 +0530 Subject: [PATCH] =?UTF-8?q?ci(e2e):=20=F0=9F=91=B7=20ee=20build=20for=20qu?= =?UTF-8?q?ery-service=20(#1633)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Prashant Shahi --- .github/workflows/e2e-k3s.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-k3s.yaml b/.github/workflows/e2e-k3s.yaml index f25b8afdbe..6b14a9c975 100644 --- a/.github/workflows/e2e-k3s.yaml +++ b/.github/workflows/e2e-k3s.yaml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v2 - name: Build query-service image - run: make build-query-service-amd64 + run: make build-ee-query-service-amd64 - name: Build frontend image run: make build-frontend-amd64