chore: update container image URI to use new repository format and version v0.6.36

This commit is contained in:
loitragg 2025-11-17 19:17:55 +07:00
parent 4652e4a70c
commit 8954a23eae
No known key found for this signature in database
GPG key ID: 96292BAF3E28CFF5

View file

@ -55,7 +55,7 @@ variable "task_family_name" {
variable "container_image" {
description = "Container image URI"
type = string
default = "908027381725.dkr.ecr.us-east-1.amazonaws.com/github/open-webui/open-webui:v0.6.36-custom"
default = "908027381725.dkr.ecr.us-east-1.amazonaws.com/open-webui/custom:v0.6.36"
}
variable "desired_count" {