From 01cd22383eb84cbb66e9b85436cdb481fc1aeced Mon Sep 17 00:00:00 2001 From: Juan Celhay Date: Thu, 3 Sep 2026 16:42:02 -0400 Subject: [PATCH] formatting in sync and tag config file --- release/cloudbuild-sync-and-tag.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release/cloudbuild-sync-and-tag.yaml b/release/cloudbuild-sync-and-tag.yaml index 248804e5b39..418372c949a 100644 --- a/release/cloudbuild-sync-and-tag.yaml +++ b/release/cloudbuild-sync-and-tag.yaml @@ -25,7 +25,7 @@ steps: - --recursive - gs://$PROJECT_ID-deploy/${TAG_NAME} - gs://$PROJECT_ID-deploy/live -- # Tag nomulus +# Tag nomulus - name: 'gcr.io/$PROJECT_ID/builder:latest' args: - gcloud @@ -34,7 +34,7 @@ steps: - add-tag - gcr.io/$PROJECT_ID/nomulus:${TAG_NAME} - gcr.io/$PROJECT_ID/nomulus:live -- # Tag proxy +# Tag proxy - name: 'gcr.io/$PROJECT_ID/builder:latest' args: - gcloud @@ -43,7 +43,7 @@ steps: - add-tag - gcr.io/$PROJECT_ID/proxy:${TAG_NAME} - gcr.io/$PROJECT_ID/proxy:live -- # Tag nomulus tool +# Tag nomulus tool - name: 'gcr.io/$PROJECT_ID/builder:latest' args: - gcloud