update repository references and improve script handling

This commit is contained in:
2025-03-19 23:55:05 +01:00
parent ecce3bf159
commit c21d5cbc19
4 changed files with 28 additions and 24 deletions

View File

@@ -37,6 +37,7 @@ build:
push:
@echo "Отправляем образы в Docker Hub..."
@docker login
@for dockerfile in $(BASE_IMAGE_DOCKERFILES); do \
dir=$$(dirname $$dockerfile); \
tag_name=$$(echo $$dir | sed 's|^\./||' | tr '/' '-' | tr -d '[:space:]' | tr '[:upper:]' '[:lower:]'); \