Skip to content

Commit

Permalink
add logs to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay084 committed Jul 1, 2024
1 parent 1874335 commit 7b16ab3
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 @@ -342,6 +342,7 @@ func (e *Docker) create(ctx context.Context, pipelineConfig *spec.PipelineConfig

}
if step.Auth != nil {
logrus.Infof("Inside step.Auth: %s", step.Auth)
pullopts.RegistryAuth = auths.Header(
step.Auth.Username,
step.Auth.Password,
Expand Down

0 comments on commit 7b16ab3

Please sign in to comment.