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 ad62e69 commit e2bdc08
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 @@ -28,6 +28,7 @@ void call(Map args = [:]) {
"""
sh "docker inspect --format '{{ index .Config.Labels "org.label-schema.description"}}' ${docker_image} > commandResult"
result = readFile('commandResult').trim()
println("${result}")

/*
staging_image = ${staging_image} + "${build_number}"
Expand Down

0 comments on commit e2bdc08

Please sign in to comment.