feat: show build commit on admin page
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -40,7 +40,9 @@ pipeline {
|
||||
|
||||
sh """
|
||||
docker version
|
||||
docker build -t ${IMAGE}:${IMAGE_TAG_SHA} .
|
||||
docker build \
|
||||
--build-arg GIT_COMMIT=${IMAGE_TAG_SHA} \
|
||||
-t ${IMAGE}:${IMAGE_TAG_SHA} .
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user