Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Jul 23, 2024
1 parent 6cfad4f commit f967ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/buildtools/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func ApkoLogin() error {
if err := RunCommand(cmd); err != nil {
return fmt.Errorf("make apko: %w", err)
}
if os.Getenv("REGISTRY_PASS") != "" {
if os.Getenv("IMAGES_REGISTRY_USER") != "" && os.Getenv("IMAGES_REGISTRY_PASS") != "" {
cmd := exec.Command(
"make",
"apko-login",
Expand Down

0 comments on commit f967ecf

Please sign in to comment.