Skip to content

Commit f12cc3b

Browse files
committed
add comment to lib/plugins/aws/provider.js for provenance option
1 parent 991ca1d commit f12cc3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/plugins/aws/provider.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -2262,7 +2262,8 @@ Object.defineProperties(
22622262
imagePath,
22632263
];
22642264

2265-
// This is an optional argument, so we only append to the arguments if "platform" is specified.
2265+
// These are optional arguments, so we only append to the arguments
2266+
// if "platform" or "provenance" is specified.
22662267
if (platform !== '') buildDockerArgs.push(`--platform=${platform}`);
22672268
if (provenance !== '') buildDockerArgs.push(`--provenance=${provenance}`)
22682269

0 commit comments

Comments
 (0)