7 lines
184 B
Bash
7 lines
184 B
Bash
|
# this would push build image to a custome git server that supports packages like gitea
|
||
|
# LINUX_DISTRO=alpine
|
||
|
RUSER=ucommandit
|
||
|
TARGET=private
|
||
|
REPO=git.mygitserver.net
|
||
|
BUILD_SRC=../src
|