mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +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:
parent
d055ab31d8
commit
57225335bc
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user