mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-09 02:41:49 +00:00
Correct manifest push without content trust
The script expects an empty second argument to mean no trust and anything else to mean trust. Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
@@ -75,7 +75,7 @@ func (dr dockerRunner) pushWithManifest(img, suffix string) error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
dctArg := "0"
|
var dctArg string
|
||||||
if dr.dct {
|
if dr.dct {
|
||||||
dctArg = "1"
|
dctArg = "1"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user