From cd0216ac9ab787fb197cfba8ad7ed653c42467ca Mon Sep 17 00:00:00 2001 From: Al Cutter Date: Tue, 10 Feb 2026 13:56:19 +0000 Subject: [PATCH] Fix docker build --- deployment/modules/cloudbuild/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/modules/cloudbuild/main.tf b/deployment/modules/cloudbuild/main.tf index ea53eef..2d1e466 100644 --- a/deployment/modules/cloudbuild/main.tf +++ b/deployment/modules/cloudbuild/main.tf @@ -158,7 +158,7 @@ resource "google_cloudbuild_trigger" "witness_docker" { "build", "-t", "${local.witness_docker_image}:$SHORT_SHA", "-t", "${local.witness_docker_image}:latest", - "-f", "./cmd/gcp/omniwitness/Dockerfile", + "-f", "./cmd/omniwitness_gcp/Dockerfile", "." ] }