diff options
Diffstat (limited to 'internal/app/run/runner.go')
-rw-r--r-- | internal/app/run/runner.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/run/runner.go b/internal/app/run/runner.go index 5f03638..27bdf3e 100644 --- a/internal/app/run/runner.go +++ b/internal/app/run/runner.go @@ -209,7 +209,7 @@ func (r *Runner) run(ctx context.Context, task *runnerv1.Task, reporter *report. ReuseContainers: false, ForcePull: r.cfg.Container.ForcePull, - ForceRebuild: false, + ForceRebuild: r.cfg.Container.ForceRebuild, LogOutput: true, JSONLogger: false, Env: r.envs, |