Skip to content

Commit

Permalink
fix: use correct dockerhub registry url
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Aug 12, 2024
1 parent d5fd8c4 commit 8861063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/generator/container_registries.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func configureContainerRegistries(buildValues *BuildValues) error {
usernameSource = ".lagoon.yml"
}
if cr.URL == "" {
cr.URL = "index.docker.io"
cr.URL = "https://index.docker.io/v1/"
buildValues.IgnoreImageCache = true
}
eru := cr.URL
Expand Down

0 comments on commit 8861063

Please sign in to comment.