mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-14 16:49:10 +00:00
ui container fixes
This commit is contained in:
parent
3ee0c64e7c
commit
b62166abda
5 changed files with 27 additions and 67 deletions
|
@ -15,7 +15,7 @@ resource "google_cloud_run_service" "web" {
|
|||
template {
|
||||
spec {
|
||||
containers {
|
||||
image = "ghcr.io/roleypoly/ui:${var.ui_tag}"
|
||||
image = "us-docker.pkg.dev/roleypoly/roleypoly/ui:${var.ui_tag}"
|
||||
|
||||
env {
|
||||
name = "API_PUBLIC_URI"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue