symfony-kube-skeletor/Makefile

13 lines
271 B
Makefile
Raw Permalink Normal View History

################################
# Makefile for Cadoles SP
################################
2023-06-19 15:55:07 +02:00
IMAGE_REPO ?= reg.cadoles.com/cadoles
IMAGE_VERSION ?= 0.0.1
DAY_SUFFIX_TAG ?= $(shell date +%Y%m%d)
2023-06-19 15:55:07 +02:00
COMMIT_ID ?= $(shell git rev-parse --short --verify HEAD)
include main.mk