diff --git a/images/postgres-helm-compat/main.tf b/images/postgres-helm-compat/main.tf index 4b6b4e129..3857642ea 100644 --- a/images/postgres-helm-compat/main.tf +++ b/images/postgres-helm-compat/main.tf @@ -31,8 +31,9 @@ module "latest" { } module "test-latest" { - source = "./tests" - digest = module.latest.image_ref + source = "./tests" + digest = module.latest.image_ref + target_repository = var.target_repository } resource "oci_tag" "latest" {