v2.4.2
Default (tags) / security (push) Failing after 1s
Default (tags) / test (push) Failing after 1s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped

This commit is contained in:
2026-06-02 15:24:52 +00:00
parent 0e02dcce97
commit 6e7f170d4b
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -4,6 +4,9 @@
## 2026-06-02 - 2.4.2
### Fixes
- send Content-Range for chunked blob upload PATCH requests (registrycopy)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@git.zone/tsdocker",
"version": "2.4.1",
"version": "2.4.2",
"private": false,
"description": "A comprehensive Docker build tool for TypeScript projects with multi-arch support, multi-registry push, and CI-safe session isolation.",
"main": "dist_ts/index.js",
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsdocker',
version: '2.4.1',
version: '2.4.2',
description: 'A comprehensive Docker build tool for TypeScript projects with multi-arch support, multi-registry push, and CI-safe session isolation.'
}