Compare commits

...

1 Commits

Author SHA1 Message Date
Andrei Kvapil
cdac172ebf fix: Automatically build helm charts when building cozystack image 2024-04-01 21:19:29 +02:00

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) \