From 53940f076473635d115308089a5d9717ca133191 Mon Sep 17 00:00:00 2001 From: Christian Galo Date: Sun, 18 May 2025 21:19:12 -0500 Subject: [PATCH] Fix date format in DATE_TAG for a bit more granularity --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 45b6861..3fcebe5 100644 --- a/Makefile +++ b/Makefile @@ -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