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 aeb0e80c32
commit 1c4ec8597e

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