python
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user