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 e8f2b79 commit 8910176
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 @@ -25,7 +25,7 @@ void call(Map args = [:]) {
"""

build_number = sh""" docker inspect --format '{{ index .Config.Labels "org.label-schema.description"}}' ${docker_image} """
/*println("docker image successfully pulled and inspected, exit 1 ${build_time} ${build_number}")
println("${build_number}")

staging_image = ${staging_image} + "${build_number}"

Expand Down

0 comments on commit 8910176

Please sign in to comment.