feat(tsdocker): add Dockerfile filtering, optional skip-build flow, and fallback Docker config credential loading

This commit is contained in:
2026-02-07 12:02:17 +00:00
parent 53b7bd7048
commit 10aee5d4c5
4 changed files with 56 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsdocker',
version: '1.16.0',
version: '1.17.0',
description: 'develop npm modules cross platform with docker'
}