blob: 61040fd4b2f7b5084da24fe95fa81d77384726ce [file] [log] [blame]
{
"description": "upspinserver",
"triggerTemplate": {
"project_id": "PROJECT_ID",
"repo_name": "gcp",
"branch_name": "master",
},
"build": {
"steps": [
{
"name": "gcr.io/PROJECT_ID/upspinserver-build",
"env": [
"COMMIT_SHA=$COMMIT_SHA",
],
},
{
"name": "gcr.io/cloud-builders/docker",
"args": ["build", "--tag=gcr.io/upspin-containers/upspinserverSUFFIX", "."],
},
],
"images": ["gcr.io/upspin-containers/upspinserverSUFFIX"],
},
}