chore(chalice): support custom tags for image build
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
aeb0e80c32
commit
1c4ec8597e
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