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

Commit 0d2ccaf

Browse files
authored
Merge pull request #16 from Kazy/remove-required-registry-params
Make username and password optional for Registry
2 parents d60b8ed + a571163 commit 0d2ccaf

File tree

1 file changed

+1
-1
lines changed
  • cmd/pulumi-sdkgen-docker-buildkit

1 file changed

+1
-1
lines changed

cmd/pulumi-sdkgen-docker-buildkit/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ func run(version string) error {
151151
TypeSpec: schema.TypeSpec{Type: "string"},
152152
},
153153
},
154-
Required: []string{"server", "username", "password"},
154+
Required: []string{"server"},
155155
},
156156
},
157157
},

0 commit comments

Comments
 (0)