Skip to content

Commit

Permalink
automated commit
Browse files Browse the repository at this point in the history
Signed-off-by: Public copy <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 1, 2024
1 parent 4549c26 commit 9395e61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions images/postgres-helm-compat/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 9395e61

Please sign in to comment.