mirror of
https://github.com/dokku/dokku.git
synced 2026-08-29 10:08:53 +02:00
fix: build all registry triggers
This commit is contained in:
1
plugins/registry/.gitignore
vendored
1
plugins/registry/.gitignore
vendored
@@ -7,3 +7,4 @@
|
||||
/install
|
||||
/post-*
|
||||
/report
|
||||
/deployed-*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUBCOMMANDS = subcommands/login subcommands/report subcommands/set
|
||||
TRIGGERS = triggers/install triggers/post-delete triggers/report
|
||||
TRIGGERS = triggers/deployed-app-image-repo triggers/deployed-app-image-tag triggers/deployed-app-repository triggers/install triggers/post-delete triggers/post-release-builder triggers/report
|
||||
BUILD = commands subcommands triggers
|
||||
PLUGIN_NAME = registry
|
||||
|
||||
|
||||
Reference in New Issue
Block a user