Fix date format in DATE_TAG for a bit more granularity
This commit is contained in:
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
# Makefile for building and pushing multi-arch Docker images
|
# Makefile for building and pushing multi-arch Docker images
|
||||||
|
|
||||||
IMAGE_REPO = git.coopcloud.tech/wiki-cafe/member-console
|
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
|
PLATFORMS = linux/arm64,linux/amd64
|
||||||
|
|
||||||
.PHONY: docker-push
|
.PHONY: docker-push
|
||||||
|
Reference in New Issue
Block a user