fix: Automatically build helm charts when building cozystack image (#55)

This commit is contained in:
Andrei Kvapil
2024-04-02 08:53:13 +02:00
committed by GitHub
parent 33bc23cfca
commit c58db33712

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