mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +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 {
|
template {
|
||||||
spec {
|
spec {
|
||||||
containers {
|
containers {
|
||||||
image = "us-docker.pkg.dev/roleypoly/roleypoly/ui${var.ui_tag}"
|
image = "${local.artifactBaseMap[each.key]}/ui${var.ui_tag}"
|
||||||
|
|
||||||
env {
|
env {
|
||||||
name = "API_PUBLIC_URI"
|
name = "API_PUBLIC_URI"
|
||||||
|
|
Loading…
Add table
Reference in a new issue