2023-06-15 15:38:14 +02:00
|
|
|
################################
|
|
|
|
# Makefile for Cadoles SP
|
|
|
|
################################
|
2022-04-07 13:07:00 +02:00
|
|
|
|
2023-06-15 15:38:14 +02:00
|
|
|
IMAGE_REPO ?= reg.cadoles.com/cadoles
|
|
|
|
IMAGE_VERSION ?= 0.0.1
|
2022-04-07 13:07:00 +02:00
|
|
|
|
2023-06-15 15:38:14 +02:00
|
|
|
DAY_SUFFIX_TAG ?= $(shell date +%Y%m%d)
|
2022-04-07 13:07:00 +02:00
|
|
|
|
2023-06-15 15:38:14 +02:00
|
|
|
include main.mk
|