Second try passing pull as false
continuous-integration/drone/push Build is passing

This commit is contained in:
rv
2024-04-17 18:58:38 +02:00
parent 5fa92cf781
commit d4adfe002c
+1 -1
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 {