FILE / ScuroNeko/ActionRunners
Makefile
Исходный файл и его история в репозитории.
5 lines
181 B
Makefile
5 lines
181 B
Makefile
build-all:
|
|
docker buildx build -t git.scuroneko.dev/runners/docker:24-bookworm -f docker.Dockerfile .
|
|
|
|
push-all: build-all
|
|
docker push git.scuroneko.dev/runners/docker:24-bookworm
|