From 8191602c8af8cdb75b1263504c32b1db96a5ccaa Mon Sep 17 00:00:00 2001 From: Ryan Jung Date: Mon, 9 Mar 2026 09:43:12 -0600 Subject: [PATCH] Fix variable name so merging works --- .github/workflows/merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 0f69fd05..7e95405d 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -287,7 +287,7 @@ jobs: # Create a YAML config stump containing only the nested tree leading to the image tag update cat << EOF > newimage.yaml resources: - keycloak_image: &KEYCLOAK_IMAGE $ECR_TAG + .keycloak_image: &KEYCLOAK_IMAGE $ECR_TAG EOF # Use yq to merge the stump into the main config