Skip to content

Commit

Permalink
Add changes
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <divyaasm@amazon.com>
  • Loading branch information
Divyaasm committed Jul 10, 2023
1 parent 1451040 commit be79a7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vars/patchDockerImage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
void call(Map args = [:]) {
String docker_image = "opensearchproject/${args.product}:${args.version}"
String staging_image = "opensearchstaging/${args.product}:${args.version}."
String build_time = ""
String build_number = ""
String prod_digest = ""
String staging_digest = ""
Expand Down

0 comments on commit be79a7f

Please sign in to comment.