We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0be01 commit c59fa3cCopy full SHA for c59fa3c
terraform/modules/run-service/docker.tf
@@ -6,7 +6,7 @@ locals {
6
7
# Build Docker image
8
resource "docker_image" "function_image" {
9
- name = "${var.region}-docker.pkg.dev/${var.project}/cloud-run/${var.function_name}:${local.source_hash}"
+ name = "${var.region}-docker.pkg.dev/${var.project}/tech-report-api/${var.function_name}:${local.source_hash}"
10
11
build {
12
context = var.source_directory
0 commit comments