Compare commits

..

1 commit

Author SHA1 Message Date
waja c5f2197799
Merge 7c22dd8656 into bdea0cf05a 2025-09-05 20:58:08 +02:00

View file

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