diff --git a/plugin.go b/plugin.go index 97111ba..76caebc 100644 --- a/plugin.go +++ b/plugin.go @@ -95,6 +95,10 @@ func setHelmCommand(p *Plugin) { switch buildEvent { case "push": setPushEventCommand(p) + case "tag": + setPushEventCommand(p) + case "deployment": + setPushEventCommand(p) case "delete": setDeleteEventCommand(p) default: