fix(build): image name
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
8cd6b6216e
commit
2d73439523
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ exit_err() {
|
|||
fi
|
||||
}
|
||||
|
||||
app="assist_stats" # Set the app variable to "chalice"
|
||||
app="assist-stats" # Set the app variable to "chalice"
|
||||
environment=$1
|
||||
git_sha=$(git rev-parse --short HEAD)
|
||||
image_tag=${IMAGE_TAG:-git_sha}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue