We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80231fb commit 2232893Copy full SHA for 2232893
hooks/build
@@ -0,0 +1,7 @@
1
+
2
+#!/bin/bash
3
4
+docker build \
5
+ --build-arg BUILD_DATE="$(date --rfc-3339=s)" \
6
+ --build-arg VCS_REF=`git rev-parse --short HEAD` \
7
+ -t $IMAGE_NAME .
0 commit comments