Fix date format in DATE_TAG for a bit more granularity

This commit is contained in:
Christian Galo 2025-05-18 21:19:12 -05:00
parent c54a1f8d9a
commit 53940f0764

View File

@ -1,7 +1,7 @@
# Makefile for building and pushing multi-arch Docker images
IMAGE_REPO = git.coopcloud.tech/wiki-cafe/member-console
DATE_TAG = $(shell date -u +%Y-%m-%dT%H%M%SZ)
DATE_TAG = $(shell date -u +%Y-%m-%dT%HZ-%M)
PLATFORMS = linux/arm64,linux/amd64
.PHONY: docker-push