Skip to content

Commit

Permalink
Update date
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <divyaasm@amazon.com>
  • Loading branch information
Divyaasm committed Aug 14, 2023
1 parent 8fdfa1c commit cb579fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/patchDockerImage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void call(Map args = [:]) {
buildDockerImage(
inputManifest: "manifests/${version}/${args.product}-${version}.yml",
buildNumber: "${build_number}",
buildDate: "${build_date}"
buildDate: "${build_date}",
buildOption: "${args.rerelease}",
artifactUrlX64: "${artifactUrlX64}",
artifactUrlArm64: "${artifactUrlARM64}"
Expand Down

0 comments on commit cb579fc

Please sign in to comment.