Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
smjt-h committed Aug 19, 2024
1 parent 64e8f0e commit b5ee612
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engine/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,9 @@ func (e *Docker) create(ctx context.Context, pipelineConfig *spec.PipelineConfig
// override if no auth is present
if isHosted && (step.Auth == nil || step.Auth.Username == "" || step.Auth.Password == "") {
logrus.WithContext(ctx).Infoln(fmt.Sprintf("========overriding registry for step %s", step.ID))
logrus.WithContext(ctx).Infoln(fmt.Sprintf("========step details %s", step))
logrus.WithContext(ctx).Infoln(fmt.Sprintf("========pipeline details %s", pipelineConfig))

overriddenImage = image.OverrideRegistry(step.Image)
}

Expand Down

0 comments on commit b5ee612

Please sign in to comment.