chore(chalice): support custom tags for image build

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2021-05-12 16:05:42 +05:30
parent c8c0b7c0d4
commit 565a3b0a6a
No known key found for this signature in database
GPG key ID: F9F6FCAB8BACB638

View file

@ -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 || {