Skip to content

Commit

Permalink
change docker save command
Browse files Browse the repository at this point in the history
Co-authored-by: Rodrigo Antunes <[email protected]>
  • Loading branch information
jstastny-cz and rodrigonull authored May 24, 2024
1 parent dce2f2f commit 8b79bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.build-image
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ pipeline {
def signatureFileName = "${resultingFileName}.asc"
sh """
docker pull ${getBuiltImageTag()}
docker save ${getBuiltImageTag()} > ${resultingFileName}
docker save ${getBuiltImageTag()} | gzip > ${resultingFileName}
"""
release.gpgImportKeyFromFileWithPassword(getReleaseGpgSignKeyCredsId(), getReleaseGpgSignPassphraseCredsId())
release.gpgSignFileDetachedSignatureWithPassword(resultingFileName, signatureFileName, getReleaseGpgSignPassphraseCredsId())
Expand Down

0 comments on commit 8b79bfb

Please sign in to comment.