Fix target docs
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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",
|
||||
},
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user