0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-09-20 11:32:45 +02:00

remove DefaultBranch

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2017-11-09 13:26:07 +08:00
parent 5fa26ebb5f
commit 13ce200771

View File

@ -49,7 +49,6 @@ type (
Compress bool // Docker build compress Compress bool // Docker build compress
Repo string // Docker build repository Repo string // Docker build repository
LabelSchema []string // Label schema map LabelSchema []string // Label schema map
DefaultBranch string // Docker latest branch
} }
// Plugin defines the Docker plugin parameters. // Plugin defines the Docker plugin parameters.