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