@gperdomor/nx-docker
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "@gperdomor/nx-docker", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "schematics": "./collection.json", |
@@ -29,3 +29,3 @@ { | ||
"tag_with_ref": { | ||
"type": "string", | ||
"type": "boolean", | ||
"description": "Automatically tags the built image with the git reference. The format of the tag depends on the type of git reference with all forward slashes replaced with -.", | ||
@@ -35,3 +35,3 @@ "default": true | ||
"tag_with_sha": { | ||
"type": "string", | ||
"type": "boolean", | ||
"description": "Automatically tags the built image with the git short SHA prefixed with sha-", | ||
@@ -38,0 +38,0 @@ "default": true |
23833