From 1de84c3f819b149b93e9e870a126b8b100652d1d Mon Sep 17 00:00:00 2001 From: Chip Wolf Date: Tue, 3 Sep 2019 20:25:14 +0100 Subject: [PATCH] :construction_worker: migrate ci to dedicated gcp project --- cloudbuild.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 2f6ad5a..a52a9c1 100755 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -7,12 +7,12 @@ steps: - '--build-arg' - 'WATERFALL_SUBSERVERS_ROLE=BUNGEE' - '-t' - - 'gcr.io/possible-surf-250517/waterfall' + - 'gcr.io/hrznfactory/waterfall' - '.' - name: 'gcr.io/cloud-builders/docker' args: - 'push' - - 'gcr.io/possible-surf-250517/waterfall' + - 'gcr.io/hrznfactory/waterfall' - name: 'gcr.io/cloud-builders/docker' args: - 'build' @@ -21,12 +21,12 @@ steps: - '--build-arg' - 'WATERFALL_SUBSERVERS_ROLE=SYNC' - '-t' - - 'gcr.io/possible-surf-250517/waterfall-sync' + - 'gcr.io/hrznfactory/waterfall-sync' - '.' - name: 'gcr.io/cloud-builders/docker' args: - 'push' - - 'gcr.io/possible-surf-250517/waterfall-sync' + - 'gcr.io/hrznfactory/waterfall-sync' images: -- 'gcr.io/possible-surf-250517/waterfall' -- 'gcr.io/possible-surf-250517/waterfall-sync' +- 'gcr.io/hrznfactory/waterfall' +- 'gcr.io/hrznfactory/waterfall-sync'