Skip to content

Commit

Permalink
add ORG as ENV for docker hub builds
Browse files Browse the repository at this point in the history
  • Loading branch information
krysopath committed Apr 23, 2019
1 parent 0731426 commit 2c6b2a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hooks/build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
TAG=$(git describe --abbrev=0 --tags)
docker build\
--build-arg BASE_IMAGE=3.7-alpine3.7\
-t vaultify/vaultify:$TAG\
-t vaultify/vaultify:latest\
-t $ORG/vaultify:$TAG\
-t $ORG/vaultify:latest\
--target prod\
.

0 comments on commit 2c6b2a4

Please sign in to comment.