fix(build): image name

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2023-10-02 15:39:09 +02:00
parent 8cd6b6216e
commit 2d73439523

View file

@ -15,7 +15,7 @@ exit_err() {
fi fi
} }
app="assist_stats" # Set the app variable to "chalice" app="assist-stats" # Set the app variable to "chalice"
environment=$1 environment=$1
git_sha=$(git rev-parse --short HEAD) git_sha=$(git rev-parse --short HEAD)
image_tag=${IMAGE_TAG:-git_sha} image_tag=${IMAGE_TAG:-git_sha}