This commit is contained in:
2026-04-23 16:47:52 +03:00
parent fe3ff17c2d
commit 37520e62f3
5 changed files with 21 additions and 8 deletions
+7 -2
View File
@@ -1,5 +1,10 @@
build-all:
docker buildx build -t git.scuroneko.dev/runners/docker:24-bookworm -f docker.Dockerfile .
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:24-bookworm
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