Skip to content

Commit

Permalink
Add build hook for DockerHub
Browse files Browse the repository at this point in the history
  • Loading branch information
penguineer committed Nov 1, 2019
1 parent 777e466 commit df8b192
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hooks/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
docker build --build-arg GITREPO=$GITREPO --build-arg GITREF=$GITREF -t $IMAGE_NAME .

0 comments on commit df8b192

Please sign in to comment.