Compare commits

..

No commits in common. "b76bd3d78070ba1ff77d7f17931f5d30aa587c28" and "bdea0cf05a77963ed065c7193b643cd2deedae66" have entirely different histories.

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)"