From c97574a50e4638270cce4ebc20cbe259e835eeba Mon Sep 17 00:00:00 2001 From: Filippo Costa Date: Sun, 15 Dec 2024 19:46:06 +0100 Subject: [PATCH] Add useful comment Signed-off-by: Filippo Costa --- cloudbuild.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index fe1c1c8..b764130 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -1,3 +1,12 @@ +# Important information +# +# As of 2024-12-15, this Cloud Build pipeline doesn't wait for GH Actions to +# finish running and pushing the latest Docker image to the registry before +# updating the deployment. +# +# In practice, this is hardly a big deal. It just means the latest deployment +# lags behind by one commit (usually, but can be more). + options: machineType: "N1_HIGHCPU_32" logging: CLOUD_LOGGING_ONLY