FILE / ScuroNeko/ActionRunners

Makefile

Исходный файл и его история в репозитории.
FILE 0d8e75b4676301cde094b7e37781f26c6aee4e3e
Files
ActionRunners/Makefile
T
2026-04-23 13:49:03 +03:00

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