Compare commits

..

1 Commits

Author SHA1 Message Date
4c7ba22b50 Merge pull request 'Invalidation automatique du cache' (#51) from auto-cache-clear into master
All checks were successful
Cadoles/bouncer/pipeline/head This commit looks good
Reviewed-on: #51
2025-08-14 11:05:19 +02:00

View File

@ -6,7 +6,7 @@ SHELL := /bin/bash
BOUNCER_VERSION ?=
GIT_COMMIT := $(shell git rev-parse --short HEAD)
DATE_VERSION := $(shell git show -s --format=%cd --date=format:'%Y-%-m-%d' $(GIT_COMMIT))
DATE_VERSION := $(shell date +%Y.%-m.%-d)
FULL_VERSION := v$(DATE_VERSION)-$(GIT_COMMIT)$(if $(shell git diff --stat),-dirty,)
DOCKER_IMAGE_NAME ?= reg.cadoles.com/cadoles/bouncer