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

This commit is contained in:
2024-04-17 19:02:21 +02:00
parent d4adfe002c
commit 3a7b0940d8

View File

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