mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-12-24 12:27:57 +08:00
9 lines
171 B
Makefile
9 lines
171 B
Makefile
IMAGE_NAME?=streampanel-android-builder
|
|
TAG?=latest
|
|
|
|
build:
|
|
docker build -t $(IMAGE_NAME) .
|
|
|
|
publish:
|
|
REGISTRY_IMAGE_NAME=$(IMAGE_NAME) TAG=$(TAG) ./push-to-registry.sh
|