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