A Transparent and Verifiable Way to Sync the AT Protocol's PLC Directory
15
fork

Configure Feed

Select the types of activity you want to include in your feed.

build date missing in docker builds

+2
+2
Makefile
··· 113 113 docker build \ 114 114 --build-arg VERSION=$(VERSION) \ 115 115 --build-arg GIT_COMMIT=$(GIT_COMMIT) \ 116 + --build-arg BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \ 116 117 -t $(DOCKER_FULL_IMAGE) \ 117 118 -t $(DOCKER_LATEST) \ 118 119 . ··· 125 126 --platform $(DOCKER_PLATFORMS) \ 126 127 --build-arg VERSION=$(VERSION) \ 127 128 --build-arg GIT_COMMIT=$(GIT_COMMIT) \ 129 + --build-arg BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \ 128 130 --tag $(DOCKER_FULL_IMAGE) \ 129 131 --tag $(DOCKER_LATEST) \ 130 132 --push \