diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 89bdb92f3..6eb437a82 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -4,10 +4,10 @@ steps: entrypoint: "bash" args: ["-c", "./gradlew igor-web:installDist -x test"] - name: gcr.io/cloud-builders/docker - args: ["build", "-t", "gcr.io/$PROJECT_ID/$REPO_NAME:$TAG_NAME", "-f", "Dockerfile.slim", "."] + args: ["build", "-t", "gcr.io/$PROJECT_ID/igor:$TAG_NAME", "-f", "Dockerfile.slim", "."] env: ["GRADLE_USER_HOME=/gradle_cache/.gradle"] images: -- gcr.io/$PROJECT_ID/$REPO_NAME:$TAG_NAME +- gcr.io/$PROJECT_ID/igor:$TAG_NAME timeout: 3600s options: machineType: N1_HIGHCPU_8