Skip to content

Commit

Permalink
Merge pull request #26 from WanderaOrg/version-cmd
Browse files Browse the repository at this point in the history
Add docker build hook
  • Loading branch information
coufalja authored Oct 24, 2018
2 parents 4696cc0 + 6fa8c62 commit 606cb83
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,3 +1,3 @@
#!/bin/bash

docker build -t $IMAGE_NAME . --build-arg CACHE_TAG=$CACHE_TAG
docker build -t $IMAGE_NAME . --build-arg CACHE_TAG=${IMAGE_NAME#*:}

0 comments on commit 606cb83

Please sign in to comment.