Skip to content

Commit

Permalink
Merge pull request mozilla#1196 from mozilla/fix_alertplugin_references
Browse files Browse the repository at this point in the history
Fixup remaining alertplugin references in makefile
  • Loading branch information
pwnbus authored Mar 29, 2019
2 parents df8bdc5 + bbde458 commit fb0dd45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit fb0dd45

Please sign in to comment.