feat(cli): support cached builds during push

This commit is contained in:
2026-05-13 10:19:56 +00:00
parent 843ac72f26
commit aad4d806e7
4 changed files with 41 additions and 5 deletions
+1
View File
@@ -118,6 +118,7 @@ tsdocker push --no-build Dockerfile_api Dockerfile_web
| `<patterns>` | Positional Dockerfile name patterns to select which images to push |
| `--registry=<url>` | Push to a single specific registry instead of all configured |
| `--no-build` | Skip the build phase; only push existing images from local registry |
| `--cached` | Skip unchanged Dockerfiles during the build phase |
### Config Subcommands