Merge pull request #1511 from LeoColomb/patch-1

Update `BUILD_DATE` format to include seconds
This commit is contained in:
Tobias Genannt 2025-09-08 08:12:34 +02:00 committed by GitHub
commit b76bd3d780
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -223,7 +223,7 @@ fi
###
# Variables for labelling the docker image
###
BUILD_DATE="$(date -u '+%Y-%m-%dT%H:%M+00:00')"
BUILD_DATE="$(date -u '+%Y-%m-%dT%H:%M:%S+00:00')"
if [ -d ".git" ] && [ -z "${SKIP_GIT}" ]; then
GIT_REF="$(git rev-parse HEAD)"