chore(chalice): support custom tags for image build
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
c8c0b7c0d4
commit
565a3b0a6a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
# Usage: bash build.sh <ee>
|
||||
|
||||
git_sha1=$(git rev-parse HEAD)
|
||||
git_sha1=${IMAGE_TAG:-$(git rev-parse HEAD)}
|
||||
envarg="default-foss"
|
||||
check_prereq() {
|
||||
which docker || {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue