rudy
22231f791f
All checks were successful
Cadoles/hydra-sql/pipeline/pr-develop This commit looks good
11 lines
212 B
Makefile
11 lines
212 B
Makefile
################################
|
|
# Makefile for Cadoles SP
|
|
################################
|
|
|
|
IMAGE_REPO ?= reg.cadoles.com/cadoles
|
|
IMAGE_VERSION ?= 0.0.1
|
|
|
|
DAY_SUFFIX_TAG ?= $(shell date +%Y%m%d)
|
|
|
|
include main.mk
|