Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #16 from Kazy/remove-required-registry-params
Browse files Browse the repository at this point in the history
Make username and password optional for Registry
  • Loading branch information
benesch authored Mar 22, 2022
2 parents d60b8ed + a571163 commit 0d2ccaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pulumi-sdkgen-docker-buildkit/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func run(version string) error {
TypeSpec: schema.TypeSpec{Type: "string"},
},
},
Required: []string{"server", "username", "password"},
Required: []string{"server"},
},
},
},
Expand Down

0 comments on commit 0d2ccaf

Please sign in to comment.