From b45c45e41981a7f07a5f1150c25a147f4461404b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 May 2026 21:13:14 +0000 Subject: [PATCH] priority-pass: bump image_tag to 88f18e53 [ci skip] Auto-committed by ViktorBarzin/priority-pass GHA on push to main. Source: https://github.com/ViktorBarzin/priority-pass/commit/88f18e532b2d0a220957768c889635a19dfe6c39 --- stacks/priority-pass/terragrunt.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/priority-pass/terragrunt.hcl b/stacks/priority-pass/terragrunt.hcl index 6cb142d9..42b52856 100644 --- a/stacks/priority-pass/terragrunt.hcl +++ b/stacks/priority-pass/terragrunt.hcl @@ -21,5 +21,5 @@ inputs = { # priority-pass repo HEAD — auto-bumped by GHA `build-and-deploy.yml` # on every successful build. Manual edits welcome for local trials, # but CI will overwrite on the next push to main. - image_tag = "7c01448d" + image_tag = "88f18e53" }