Workaround test

This commit is contained in:
2023-11-12 16:51:32 +01:00
parent da8571c718
commit 02b85c7603
7 changed files with 32 additions and 67 deletions

View File

@@ -64,7 +64,7 @@ type Build struct {
Target string // Docker build target
Output string // Docker build output
Pull bool // Docker build pull
CacheFrom cli.StringSlice // Docker build cache-from
CacheFrom []string // Docker build cache-from
CacheTo cli.StringSlice // Docker build cache-to
Compress bool // Docker build compress
Repo cli.StringSlice // Docker build repository