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 9da81fa commit 64e8f0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ func (e *Docker) create(ctx context.Context, pipelineConfig *spec.PipelineConfig
// this is short term solution
// 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))
overriddenImage = image.OverrideRegistry(step.Image)
}

Expand Down

0 comments on commit 64e8f0e

Please sign in to comment.