Skip to content

Commit

Permalink
pull the image and sign it (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafernandes authored Dec 15, 2021
1 parent 55f803e commit aafdb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ task dockerContentTrust {
exec {
workingDir dockerBuildDir
executable "sh"
args "-c", "docker trust sign ${tag} "
args "-c", "docker pull ${tag} && docker trust sign ${tag} "
}
}
}
Expand Down

0 comments on commit aafdb2f

Please sign in to comment.