mirror of
https://gitea.com/gitea/act_runner
synced 2026-05-06 01:37:57 +02:00
shared container for job
This commit is contained in:
@@ -21,7 +21,7 @@ type NewDockerPullExecutorInput struct {
|
||||
func NewDockerPullExecutor(input NewDockerPullExecutorInput) common.Executor {
|
||||
return func(ctx context.Context) error {
|
||||
logger := common.Logger(ctx)
|
||||
logger.Infof("%sdocker pull %v", logPrefix, input.Image)
|
||||
logger.Debugf("%sdocker pull %v", logPrefix, input.Image)
|
||||
|
||||
if common.Dryrun(ctx) {
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user