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

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