fix(docker): Fix Dockerfile dependency sorting and enhance environment variable handling for GitHub repos

This commit is contained in:
2024-11-17 00:32:56 +01:00
parent e9e8acafe4
commit e38cc40f11
7 changed files with 6650 additions and 3178 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@ship.zone/npmci',
version: '4.1.34',
version: '4.1.35',
description: 'A tool to streamline Node.js and Docker workflows within CI environments, particularly GitLab CI, providing various CI/CD utilities.'
}