mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 01:29:09 +00:00
adjust tf to support digest tags
This commit is contained in:
parent
432922dd21
commit
c25943dfa0
4 changed files with 8 additions and 3 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 = "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