fix: Automatically build helm charts when building cozystack image

This commit is contained in:
Andrei Kvapil
2024-04-01 20:04:40 +02:00
parent 33bc23cfca
commit cdac172ebf

View File

@@ -21,6 +21,7 @@ update:
image: image-cozystack image-talos image-matchbox
image-cozystack:
make -C ../../.. repos
docker buildx build -f images/cozystack/Dockerfile ../../.. \
--provenance false \
--tag $(REGISTRY)/cozystack:$(TAG) \