Fix broken passing of negative --pull
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-17 18:48:15 +02:00
parent eb6ccfbe0e
commit 5fa92cf781

View File

@@ -94,7 +94,7 @@ func (p Plugin) Exec() error {
}
if p.Action.NoForcePull {
cmdArgs = append(cmdArgs, "--pull", "false")
cmdArgs = append(cmdArgs, "--pull=false")
}
if p.Daemon.Disabled {