We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea904e0 commit 8899f8dCopy full SHA for 8899f8d
lib/interface/cli/helpers/image.js
@@ -25,7 +25,7 @@ class ImagesHelper {
25
newImage.id = image.internalImageId ? image.internalImageId.substring(0, 12) : '\b';
26
if (_.isEqual(tag, NONE_TAG)) {
27
newImage.tag = tag;
28
- newImage.pull = '';
+ newImage.pull = image.repoDigest || '';
29
} else {
30
newImage.tag = tag.tag;
31
newImage.pull = `${tag.registry}/${tag.repository}:${tag.tag}`;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.68.15",
+ "version": "0.68.16",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments