(new): linux image
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
build-all:
|
||||
docker buildx build -t git.scuroneko.dev/runners/linux:bookworm -f linux.Dockerfile .
|
||||
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 .
|
||||
@@ -7,6 +8,7 @@ build-all:
|
||||
# docker buildx build -t git.scuroneko.dev/runners/python:alpine -f python-alpine.Dockerfile .
|
||||
|
||||
push-all: build-all
|
||||
docker push git.scuroneko.dev/runners/linux:bookworm
|
||||
docker push git.scuroneko.dev/runners/go:bookworm
|
||||
docker push git.scuroneko.dev/runners/go:alpine
|
||||
docker push git.scuroneko.dev/runners/docker:bookworm
|
||||
|
||||
Reference in New Issue
Block a user