Skip to content

Commit

Permalink
chore: fixup cloud assembly test
Browse files Browse the repository at this point in the history
  • Loading branch information
RichiCoder1 committed Feb 6, 2023
1 parent 104ba88 commit 8eaad6b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/@aws-cdk/cloud-assembly-schema/schema/assets.schema.json
Expand Up @@ -169,6 +169,17 @@
"items": {
"type": "string"
}
},
"cacheFrom": {
"description": "Cache from options to pass to the `docker build` command. (Default - no cache from options are passed to the build command)",
"type": "array",
"items": {
"type": "string"
}
},
"cacheTo": {
"description": "Cache to options to pass to the `docker build` command. (Default - no cache to options are passed to the build command)",
"type": "string"
}
}
},
Expand Down
Expand Up @@ -241,6 +241,17 @@
"type": "string"
}
},
"cacheFrom": {
"description": "Cache from options to pass to the `docker build` command. (Default - no cache from options are passed to the build command)",
"type": "array",
"items": {
"type": "string"
}
},
"cacheTo": {
"description": "Cache to options to pass to the `docker build` command. (Default - no cache to options are passed to the build command)",
"type": "string"
},
"id": {
"description": "Logical identifier for the asset",
"type": "string"
Expand Down
@@ -1 +1 @@
{"version":"29.0.0"}
{"version":"30.0.0"}

0 comments on commit 8eaad6b

Please sign in to comment.