Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d7e4efc2c0 | |||
| 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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "npmci",
|
||||
"version": "2.1.37",
|
||||
"version": "2.1.38",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
|
||||
@@ -185,7 +185,7 @@ export class Dockerfile {
|
||||
bashBare("docker push " + this.releaseTag);
|
||||
}
|
||||
getId(){
|
||||
let containerId = bashBare("docker inspect --format=\"{{.Id}}\" " + this.buildTag);
|
||||
let containerId = bashBare("docker inspect --type=image --format=\"{{.Id}}\" " + this.buildTag);
|
||||
return containerId;
|
||||
};
|
||||
patchContents(){
|
||||
|
||||
Reference in New Issue
Block a user