Fix target docs

This commit is contained in:
Bryce Lampe
2024-04-22 12:04:35 -07:00
parent 561b185221
commit da63cd4cf4
12 changed files with 14 additions and 14 deletions

View File

@@ -146,7 +146,7 @@ const v3Migrated = new dockerbuild.Image("v3-to-buildx", {
context: {
location: "../app",
},
targets: ["mytarget"],
target: "mytarget",
buildArgs: {
MY_BUILD_ARG: "foo",
},
@@ -205,7 +205,7 @@ const v4Migrated = new dockerbuild.Image("v4-to-buildx", {
context: {
location: "../app",
},
targets: ["mytarget"],
target: "mytarget",
buildArgs: {
MY_BUILD_ARG: "foo",
},

View File

@@ -71,7 +71,7 @@ func NewBuildxProvider() provider.Provider {
Metadata: pschema.Metadata{
DisplayName: "docker-build",
Keywords: []string{"docker", "buildkit", "buildx", "kind/native"},
Description: "A Pulumi provider for Docker buildx",
Description: "A Pulumi provider for building modern Docker images with buildx and BuildKit.",
Homepage: "https://pulumi.com",
Publisher: "pulumi",
License: "Apache-2.0",