diff --git a/docker.go b/docker.go index 2f4728a..b3d0b77 100644 --- a/docker.go +++ b/docker.go @@ -49,7 +49,6 @@ type ( Compress bool // Docker build compress Repo string // Docker build repository LabelSchema []string // Label schema map - Branch string // Docker build branch DefaultBranch string // Docker latest branch }