Swapping images on the "build" GH workflow. (#578)

query-service job is currently building flattener and flattener job is
currently building query-service.

This PR should fix that mix.

Signed-off-by: Yoni Bettan <ybettan@redhat.com>
This commit is contained in:
Yoni Bettan 2022-01-04 12:47:16 +02:00 committed by GitHub
parent f9c214bd53
commit 1b398039e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -61,7 +61,7 @@ jobs:
- name: Build query-service image
shell: bash
run: |
make build-flattener-amd64
make build-query-service-amd64
build-flattener:
runs-on: ubuntu-latest
@ -74,4 +74,4 @@ jobs:
- name: Build flattener docker image
shell: bash
run: |
make build-query-service-amd64
make build-flattener-amd64

View File

@ -10,8 +10,8 @@ REPONAME ?= signoz
DOCKER_TAG ?= latest
FRONTEND_DOCKER_IMAGE ?= frontend
FLATTERNER_DOCKER_IMAGE ?= query-service
QUERY_SERVICE_DOCKER_IMAGE ?= flattener-processor
QUERY_SERVICE_DOCKER_IMAGE ?= query-service
FLATTERNER_DOCKER_IMAGE ?= flattener-processor
all: build-push-frontend build-push-query-service build-push-flattener
# Steps to build and push docker image of frontend