aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/Makefile
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-07-08 16:56:56 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-07-09 10:22:36 +0000
commit4d81eae0152f05e0f7ef062fd13c7c47febbc1b6 (patch)
treee0d46793e3e5bfd39daa081516c34b403b886289 /syz-cluster/Makefile
parent52a517cece395574d7c02f2785301c01181c1a52 (diff)
syz-cluster: enable email-reporter for gke-prod
Push the image for the email-reporter component and bring it up for the GKE/Prod environment.
Diffstat (limited to 'syz-cluster/Makefile')
-rw-r--r--syz-cluster/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-cluster/Makefile b/syz-cluster/Makefile
index f7dfb71c9..9fb3afd86 100644
--- a/syz-cluster/Makefile
+++ b/syz-cluster/Makefile
@@ -31,7 +31,7 @@ $(eval $(call build_image_rules,./workflow/boot-step,boot-step))
$(eval $(call build_image_rules,./tools/db-mgmt,db-mgmt))
$(eval $(call build_image_rules,./tools/send-test-email,send-test-email))
-IMAGES := controller web-dashboard reporter-server series-tracker db-mgmt triage-step build-step boot-step fuzz-step send-test-email
+IMAGES := controller web-dashboard reporter-server series-tracker db-mgmt triage-step build-step boot-step fuzz-step send-test-email email-reporter
BUILD_TARGETS := $(addprefix build-, $(IMAGES))
PUSH_TARGETS := $(addprefix push-, $(IMAGES))