fix: resolve .env file parsing issues in Makefile

- Replace shell sourcing with grep/cut parsing to avoid JSON array interpretation
- Strip http:// prefix from registry URLs for Docker commands
- Fix docker-tag to use correct image name (unitforge-unitforge-prod)
- All make commands now work without shell parsing errors
This commit is contained in:
William Valentin
2025-09-14 19:43:00 -07:00
parent 4132399533
commit 62a189ef98
2 changed files with 23 additions and 17 deletions

1
.rules
View File

@@ -4,6 +4,7 @@ PRODUCTION: false
COMPATIBILITY: none
PRINCIPLE: keep_small_simple
RULE: default_shell_fish
RULE: fix_lint_errors
RULE: keep_code_lean
RULE: keep_tests_consistent