Skip to content

Commit

Permalink
update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
msambol committed Dec 14, 2023
1 parent a14b3db commit e16b8c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
},
"cacheDisabled": {
"description": "Disable the cache and pass `--no-cache` to the `docker build` command. (Default - cache is used)",
"$ref": "#/definitions/DockerCacheDisabled"
"type": "boolean"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
},
"cacheDisabled": {
"description": "Disable the cache and pass `--no-cache` to the `docker build` command. (Default - cache is used)",
"$ref": "#/definitions/ContainerImageAssetCacheDisabled"
"type": "boolean"
},
"id": {
"description": "Logical identifier for the asset",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"35.0.0"}
{"version":"36.0.0"}

0 comments on commit e16b8c3

Please sign in to comment.