Fix date format in DATE_TAG
This commit is contained in:
parent
2d061ea0d0
commit
227cadef99
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%HZ-%M)
|
DATE_TAG = $(shell date -u +%Y-%m-%dT%H-%MZ)
|
||||||
PLATFORMS = linux/arm64,linux/amd64
|
PLATFORMS = linux/arm64,linux/amd64
|
||||||
|
|
||||||
.PHONY: docker-push
|
.PHONY: docker-push
|
||||||
|
Loading…
x
Reference in New Issue
Block a user