From 26048b1390b29eebdd324fe21d7a2bb8fe2373aa Mon Sep 17 00:00:00 2001 From: anita-flegg Date: Thu, 2 Jul 2026 15:29:11 -0700 Subject: [PATCH] [TNZ-95042] Fix undefined vars.app_runtime reference to use vars.app_runtime_full ai-assisted=yes --- deploy-apps/push-docker.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-apps/push-docker.html.md.erb b/deploy-apps/push-docker.html.md.erb index 72cf5b52..bf80c9b9 100644 --- a/deploy-apps/push-docker.html.md.erb +++ b/deploy-apps/push-docker.html.md.erb @@ -213,7 +213,7 @@ Running `cf push` with an ECR registry triggers <%= vars.app_runtime_abbr %> to: ### Google Container Registry (GCR) -<%= vars.app_runtime %> supports pushing apps from images hosted on Google Container Registry (GCR) service. +<%= vars.app_runtime_full %> supports pushing apps from images hosted on Google Container Registry (GCR) service. This feature requires that you use JSON key-based authentication. For more information about JSON key authentication, see the [Google Cloud documentation](https://cloud.google.com/container-registry/docs/advanced-authentication#json_key).