Browse Source

remove CacheFrom

sunguroku 4 năm trước cách đây
mục cha
commit
c9dede319c
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      cli/cmd/docker/builder.go

+ 0 - 3
cli/cmd/docker/builder.go

@@ -67,9 +67,6 @@ func (a *Agent) BuildLocal(opts *BuildOpts) error {
 		Tags: []string{
 			fmt.Sprintf("%s:%s", opts.ImageRepo, opts.Tag),
 		},
-		CacheFrom: []string{
-			fmt.Sprintf("%s:%s", opts.ImageRepo, opts.Tag),
-		},
 		Remove: true,
 	})