sp-containers/Makefile
Philippe Caseiro dd030ec3fa refactor(release): updating images names and tags
Now we publish a clean image name with a version, a version+build-day
and latest tag.
2023-06-12 09:17:40 +02:00

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