Fixup remaining alertplugin references in makefile

This commit is contained in:
Brandon Myers 2019-03-29 15:42:47 -05:00
Родитель ce0216d70a
Коммит bbde458b4b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 8AA79AD83045BBC7
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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)