radicale: initial commit #11

Manually merged
ryan merged 13 commits from drgrove/radicale into main 2025-08-05 23:49:31 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 0f74b74d1e - Show all commits

View File

@ -150,6 +150,9 @@ build-%: images/tools/Containerfile | out
load-%: build-%
$(call import-container,$*)
push-%: build-% load-%
docker push $(REGISTRY)/$*:$(VERSION)
out/tools-image.digest: out build-tools
.PHONY: plan