We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6649e00 commit 221088eCopy full SHA for 221088e
release/cloudbuild-nomulus.yaml
@@ -223,6 +223,12 @@ artifacts:
223
- 'release/cloudbuild-schema-deploy-*.yaml'
224
- 'release/cloudbuild-schema-verify-*.yaml'
225
- 'release/cloudbuild-sync-db-objects-*.yaml'
226
+ - 'jetty/kubernetes/*.yaml'
227
+# The images are already uploaded, but we still need to include them there so that
228
+# the GCB pubsub message contains them (for Spinnaker to consume).
229
+images:
230
+ - 'gcr.io/${PROJECT_ID}/nomulus:${TAG_NAME}'
231
+ - 'gcr.io/${PROJECT_ID}/proxy:${TAG_NAME}'
232
timeout: 7200s
233
options:
234
machineType: 'E2_HIGHCPU_32'
0 commit comments