fix image id inspection
This commit is contained in:
parent
87d8a4401e
commit
7ca0171658
4
dist/npmci.build.docker.js
vendored
4
dist/npmci.build.docker.js
vendored
File diff suppressed because one or more lines are too long
@ -185,7 +185,7 @@ export class Dockerfile {
|
|||||||
bashBare("docker push " + this.releaseTag);
|
bashBare("docker push " + this.releaseTag);
|
||||||
}
|
}
|
||||||
getId(){
|
getId(){
|
||||||
let containerId = bashBare("docker inspect --format=\"{{.Id}}\" " + this.buildTag);
|
let containerId = bashBare("docker inspect --type=image --format=\"{{.Id}}\" " + this.buildTag);
|
||||||
return containerId;
|
return containerId;
|
||||||
};
|
};
|
||||||
patchContents(){
|
patchContents(){
|
||||||
|
Loading…
Reference in New Issue
Block a user