mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-14 16:49:10 +00:00
use region mapper for artifact urls
This commit is contained in:
parent
ecda7e21d2
commit
853aa3ca00
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ resource "google_cloud_run_service" "web" {
|
|||
template {
|
||||
spec {
|
||||
containers {
|
||||
image = "us-docker.pkg.dev/roleypoly/roleypoly/ui${var.ui_tag}"
|
||||
image = "${local.artifactBaseMap[each.key]}/ui${var.ui_tag}"
|
||||
|
||||
env {
|
||||
name = "API_PUBLIC_URI"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue