Second try passing pull as false
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-17 18:58:38 +02:00
parent 5fa92cf781
commit d4adfe002c

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 {