Skip to content

Commit

Permalink
chore: add docker hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
hfreire committed Mar 17, 2017
1 parent 5aa6cba commit 78f8988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/docker/hooks/build
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ $(which docker) build -t ${IMAGE_NAME} -f Dockerfile \
--build-arg=NAME=${NAME} \
--build-arg=VERSION=${VERSION} \
--build-arg=VERSION_COMMIT=${VERSION_COMMIT} \
--build-arg=VERSION_BUILD_DATE=\"${VERSION_BUILD_DATE}\" \
--build-arg=VERSION_BUILD_DATE="${VERSION_BUILD_DATE}" \
../..

0 comments on commit 78f8988

Please sign in to comment.