FILE / ScuroNeko/ActionRunners

Makefile

Исходный файл и его история в репозитории.
FILE fe3ff17c2d0af978a8b787c7d6cdb696fdf7b336
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