mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-11 14:22:37 +00:00
Compare commits
2 commits
bdea0cf05a
...
b76bd3d780
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b76bd3d780 | ||
|
|
4744eeb3ef |
2
build.sh
2
build.sh
|
|
@ -223,7 +223,7 @@ fi
|
||||||
###
|
###
|
||||||
# Variables for labelling the docker image
|
# 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
|
if [ -d ".git" ] && [ -z "${SKIP_GIT}" ]; then
|
||||||
GIT_REF="$(git rev-parse HEAD)"
|
GIT_REF="$(git rev-parse HEAD)"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue