mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-22 23:53:12 +08:00
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:
parent
f9c214bd53
commit
1b398039e3
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -61,7 +61,7 @@ jobs:
|
|||||||
- name: Build query-service image
|
- name: Build query-service image
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
make build-flattener-amd64
|
make build-query-service-amd64
|
||||||
|
|
||||||
build-flattener:
|
build-flattener:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -74,4 +74,4 @@ jobs:
|
|||||||
- name: Build flattener docker image
|
- name: Build flattener docker image
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
make build-query-service-amd64
|
make build-flattener-amd64
|
||||||
|
4
Makefile
4
Makefile
@ -10,8 +10,8 @@ REPONAME ?= signoz
|
|||||||
DOCKER_TAG ?= latest
|
DOCKER_TAG ?= latest
|
||||||
|
|
||||||
FRONTEND_DOCKER_IMAGE ?= frontend
|
FRONTEND_DOCKER_IMAGE ?= frontend
|
||||||
FLATTERNER_DOCKER_IMAGE ?= query-service
|
QUERY_SERVICE_DOCKER_IMAGE ?= query-service
|
||||||
QUERY_SERVICE_DOCKER_IMAGE ?= flattener-processor
|
FLATTERNER_DOCKER_IMAGE ?= flattener-processor
|
||||||
|
|
||||||
all: build-push-frontend build-push-query-service build-push-flattener
|
all: build-push-frontend build-push-query-service build-push-flattener
|
||||||
# Steps to build and push docker image of frontend
|
# Steps to build and push docker image of frontend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user