--wip-- [skip ci]
Some checks failed
Cadoles/hydra-sql/pipeline/head There was a failure building this commit

This commit is contained in:
2025-09-26 16:43:39 +02:00
parent d79cf65bb4
commit 9318e753c1
32 changed files with 1489 additions and 1352 deletions

View File

@@ -12,6 +12,7 @@ build-image: $(foreach image, $(IMAGES), build-image-$(image))
build-image-%:
docker build \
--build-arg "VERSION=$(MKT_PROJECT_VERSION)" \
-t "${IMAGE_REPO}/$*:latest" \
-f ${IMAGES_DIR}/$*/Dockerfile \
.