build-all:
	docker buildx build -t git.scuroneko.dev/runners/docker:24-bookworm -f docker.Dockerfile .

push-all: build-all
	docker push git.scuroneko.dev/runners/docker:24-bookworm