From bbde458b4b239821e34ec2ec0908474d6cef6ab9 Mon Sep 17 00:00:00 2001 From: Brandon Myers Date: Fri, 29 Mar 2019 15:42:47 -0500 Subject: [PATCH] Fixup remaining alertplugin references in makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 310f9bfb..45caf447 100644 --- a/Makefile +++ b/Makefile @@ -120,7 +120,7 @@ tag-images: docker tag mozdef/mozdef_bootstrap:latest mozdef/mozdef_bootstrap:$(BRANCH) docker tag mozdef/mozdef_alerts:latest mozdef/mozdef_alerts:$(BRANCH) docker tag mozdef/mozdef_nginx:latest mozdef/mozdef_nginx:$(BRANCH) - docker tag mozdef/mozdef_alertplugins:latest mozdef/mozdef_alertplugins:$(BRANCH) + docker tag mozdef/mozdef_alertactions:latest mozdef/mozdef_alertactions:$(BRANCH) docker tag mozdef/mozdef_rabbitmq:latest mozdef/mozdef_rabbitmq:$(BRANCH) docker tag mozdef/mozdef_rest:latest mozdef/mozdef_rest:$(BRANCH) docker tag mozdef/mozdef_base:latest mozdef/mozdef_base:$(BRANCH) @@ -143,7 +143,7 @@ hub-tagged: ## Upload locally built MozDef images tagged as the BRANCH. Branch docker push mozdef/mozdef_bootstrap:$(BRANCH) docker push mozdef/mozdef_alerts:$(BRANCH) docker push mozdef/mozdef_nginx:$(BRANCH) - docker push mozdef/mozdef_alertplugins:$(BRANCH) + docker push mozdef/mozdef_alertactions:$(BRANCH) docker push mozdef/mozdef_rabbitmq:$(BRANCH) docker push mozdef/mozdef_rest:$(BRANCH) docker push mozdef/mozdef_base:$(BRANCH)