Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
extract dockerhub env
Browse files Browse the repository at this point in the history
now the images should be properly build
  • Loading branch information
nicolai86 committed Sep 3, 2017
1 parent 2694bda commit 717d110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/build
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
docker build -t $IMAGE_NAME --build-arg SOURCE_COMMIT=$SOURCE_COMMIT --build-arg CACHE_TAG=$CACHE_TAG .
docker build -t $IMAGE_NAME --build-arg SOURCE_COMMIT=$(git rev-parse HEAD) --build-arg CACHE_TAG=$(git describe --tags) .

0 comments on commit 717d110

Please sign in to comment.