Skip to content

Commit

Permalink
pull from right address - fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Apr 21, 2020
1 parent 47cef7f commit 6f05cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/runner/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (r *localRunner) Setup() error {
}

// always pull base image to ensure we run latest version
if err := r.docker.PullBaseImage(r.context, r.jobConfig.Image.Base); err != nil {
if err := r.docker.PullBaseImage(r.context, "docker.io/"+r.jobConfig.Image.Base); err != nil {
return err
}

Expand Down

0 comments on commit 6f05cdb

Please sign in to comment.