From b8cd1219a650ae2da49987ecc53bb422c96077c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 May 2026 18:46:19 +0000 Subject: [PATCH] priority-pass: bump image_tag to 4ce9e8e8 [ci skip] Auto-committed by ViktorBarzin/priority-pass GHA on push to main. Source: https://github.com/ViktorBarzin/priority-pass/commit/4ce9e8e8944e4bcfca246d7aebfaa5f3dba84252 --- 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 42b52856..926fe6e1 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 = "88f18e53" + image_tag = "4ce9e8e8" }