Skip to content

Commit

Permalink
Update hooks to use Docker tags setted by DockerHub
Browse files Browse the repository at this point in the history
  • Loading branch information
kikkomep committed Jun 8, 2017
1 parent cf409e7 commit 4b6f5f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion utils/docker/develop/hooks/build
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
script_path="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

# call the build script
${script_path}/../build.sh
${script_path}/../build.sh -t ${DOCKER_TAG}
4 changes: 1 addition & 3 deletions utils/docker/minimal/hooks/build
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/usr/bin/env bash

echo ${DOCKER_TAG}

# absolute path of the current script
script_path="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

# call the build script
#${script_path}/../build.sh
${script_path}/../build.sh -t ${DOCKER_TAG}

0 comments on commit 4b6f5f3

Please sign in to comment.