Use new build targets in continuous build of skottie and debugger.

The new targets were added here: https://skia-review.googlesource.com/c/buildbot/+/155820

Bug: skia:
Change-Id: Iac387fb033cf66dff353efb83f52a442b3441539
Reviewed-on: https://skia-review.googlesource.com/155841
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
diff --git a/docker/cloudbuild.yaml b/docker/cloudbuild.yaml
index fa9156f..8f5554b 100644
--- a/docker/cloudbuild.yaml
+++ b/docker/cloudbuild.yaml
@@ -25,14 +25,14 @@
     env:
       - 'ROOT=/workspace/__skottie_staging'
       - 'SKIP_BUILD=1'
-    args: ['make', 'release']
+    args: ['make', 'release_ci']
     timeout: 600s
   - name: 'gcr.io/skia-public/infra:prod'
     dir: '/home/skia/golib/src/go.skia.org/infra/debugger'
     env:
       - 'ROOT=/workspace/__debugger_staging'
       - 'SKIP_BUILD=1'
-    args: ['make', 'release']
+    args: ['make', 'release_ci']
     timeout: 600s
   - name: 'gcr.io/cloud-builders/docker'
     args: ['build', '-t', 'gcr.io/$PROJECT_ID/fiddler:$COMMIT_SHA', '/workspace/__fiddler_staging']