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",
},