ui container fixes

This commit is contained in:
41666 2020-12-06 06:26:43 -05:00
parent 3ee0c64e7c
commit b62166abda
5 changed files with 27 additions and 67 deletions

View file

@ -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"