cmall changes:

This commit is contained in:
2026-04-23 18:20:26 +03:00
parent 37520e62f3
commit be12b810ad
6 changed files with 43 additions and 10 deletions
+9 -4
View File
@@ -1,10 +1,15 @@
build-all:
docker buildx build -t git.scuroneko.dev/runners/go:bookworm -f go.Dockerfile .
docker buildx build -t git.scuroneko.dev/runners/go:alpine -f go-alpine.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 -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 .
# docker buildx build -t git.scuroneko.dev/runners/python:alpine -f python-alpine.Dockerfile .
push-all: build-all
docker push git.scuroneko.dev/runners/go:bookworm
docker push git.scuroneko.dev/runners/go:alpine
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
# docker push git.scuroneko.dev/runners/python:bookworm
docker push git.scuroneko.dev/runners/python:bookworm-slim
# docker push git.scuroneko.dev/runners/python:alpine