Skip to content

Commit

Permalink
Update provider/image.go
Browse files Browse the repository at this point in the history
Co-authored-by: Guinevere Saenger <[email protected]>
  • Loading branch information
AaronFriel and guineveresaenger authored Apr 24, 2023
1 parent 9d4b762 commit 8f3a313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ func (p *dockerNativeProvider) dockerBuild(ctx context.Context,
//
// A workaround suggested in these threads is to `docker pull` the image prior to building.

// In this loop, we pull the cached images, and no errors inside this loop are fatal. If we fail
// In this loop, we pull the cached images, and none of the errors inside this loop are fatal. If we fail
// to pull an image, we log a warning and continue.
for _, cachedImage := range img.Build.CachedImages {
auth, msg, err := getRegistryAuth(img, cfg)
Expand Down

0 comments on commit 8f3a313

Please sign in to comment.