mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-07 09:51:09 +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
|
||||
}
|
||||
|
||||
dctArg := "0"
|
||||
var dctArg string
|
||||
if dr.dct {
|
||||
dctArg = "1"
|
||||
}
|
||||
|
Reference in New Issue
Block a user