Skip to content

Commit

Permalink
Adds 'tags: [cloud-builders-community]' to all builders (GoogleCloudP…
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Tomsu authored and imjasonh committed Jul 10, 2019
1 parent 8ec2e12 commit 6e52716
Show file tree
Hide file tree
Showing 121 changed files with 140 additions and 23 deletions.
1 change: 1 addition & 0 deletions android/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ images:
- 'gcr.io/$PROJECT_ID/android:${_ANDROID_VERSION}'

timeout: 2000s
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions ansible/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ images:
- 'gcr.io/$PROJECT_ID/ansible'

timeout: 1200s
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions awscli/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ steps:
args: ['s3', 'help']

images: ['gcr.io/$PROJECT_ID/awscli']
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions bandit/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ steps:
args: ['build', '-t', 'gcr.io/$PROJECT_ID/bandit', '.']

images: ['gcr.io/$PROJECT_ID/bandit']
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions bandit/examples/with_issues/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
steps:
- name: 'gcr.io/${PROJECT_ID}/bandit'
args: ['example.py']
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions bandit/examples/without_issues/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
steps:
- name: 'gcr.io/${PROJECT_ID}/bandit'
args: ['example.py']
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions base-image-builder/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,4 @@ substitutions:
_AGENT_VERSION: 'v1'
_BUILD_NESTED_VIRT_IMAGE: 'true'
_BUILD_PACKER_AGENT_IMAGE: 'true'
tags: ['cloud-builders-community']
3 changes: 2 additions & 1 deletion binauthz-attestation/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ steps:
args:
- 'run'
- 'gcr.io/$PROJECT_ID/binauthz-attestation:latest'
- '--help'
- '--help'
tags: ['cloud-builders-community']
3 changes: 2 additions & 1 deletion binauthz-attestation/example/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ steps:
- '--attestor'
- 'projects/$PROJECT_ID/attestors/cloud-build'
- '--keyversion'
- 'projects/$PROJECT_ID/locations/global/keyRings/test/cryptoKeys/quickstart/cryptoKeyVersions/1'
- 'projects/$PROJECT_ID/locations/global/keyRings/test/cryptoKeys/quickstart/cryptoKeyVersions/1'
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions boot/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ steps:
images:
- 'gcr.io/$PROJECT_ID/boot:latest'
- 'gcr.io/$PROJECT_ID/boot'
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions boot/examples/hello-boot/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
steps:
- name: 'gcr.io/$PROJECT_ID/boot'
args: [ '-f', './hello.boot' ]
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions bq/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ steps:
args: ['query', '--use_legacy_sql=false', 'SELECT AVG(weight_pounds) FROM `bigquery-public-data.samples.natality`']

images: ['gcr.io/$PROJECT_ID/bq']
tags: ['cloud-builders-community']
3 changes: 2 additions & 1 deletion bq/examples/bq_load/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ steps:
# Load it into a BigQuery table
- name: 'gcr.io/community-builders/bq'
args: ['load', '--replace', 'test_dataset.us_states', 'us-states.csv',
'name:string,post_abbr:string']
'name:string,post_abbr:string']
tags: ['cloud-builders-community']
3 changes: 2 additions & 1 deletion bq/examples/bq_query/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ steps:
SELECT SUM(number) AS total_bobs, year
FROM `bigquery-public-data.usa_names.usa_1910_current`
WHERE name = 'Bob'
GROUP BY year
GROUP BY year
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions buildah/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ steps:
path: '/var/lib/containers'

images: ['gcr.io/$PROJECT_ID/buildah']
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions cache/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,4 @@ images:
- 'gcr.io/$PROJECT_ID/save_cache:latest'
- 'gcr.io/$PROJECT_ID/restore_cache:${_VERSION}'
- 'gcr.io/$PROJECT_ID/restore_cache:latest'
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions cargo/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ steps:
timeout: 2400s

images: ['gcr.io/$PROJECT_ID/cargo']
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions cft/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ substitutions:
images:
- 'gcr.io/$PROJECT_ID/cft:latest'
- 'gcr.io/$PROJECT_ID/cft:$_CFT_VERSION'
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions cft/examples/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ steps:
- --project=$PROJECT_ID
- apply
- instance.yaml
tags: ['cloud-builders-community']
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ steps:
echo "All builds succeeded."
tags: ['$_PR_NUMBER', '$_REPO_OWNER', '$_REPO', '$_SHA']
tags: ['$_PR_NUMBER', '$_REPO_OWNER', '$_REPO', '$_SHA', 'cloud-builders-community']
1 change: 1 addition & 0 deletions compodoc/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ images:
- 'gcr.io/$PROJECT_ID/compodoc:latest'
- 'gcr.io/$PROJECT_ID/compodoc:1.1.8'

tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions compodoc/examples/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ steps:
- 'readthedocs'
- '-p'
- '/workspace/compodoc-demo-todomvc-angularjs/tsconfig.json'
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions composer/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ steps:
args: ["--help"]

images: ['gcr.io/$PROJECT_ID/composer']
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions container-diff/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ steps:

images:
- 'gcr.io/$PROJECT_ID/container-diff'
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions container-diff/example/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ steps:
- '--type=file'

images: ['gcr.io/$PROJECT_ID/diff-test']
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions dataflow-python/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ steps:
'.' ]
images:
- 'gcr.io/$PROJECT_ID/dataflow-python'
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions dataflow-python/examples/DataflowRunner/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ steps:
'--temp_location=gs://cloudbuild-dataflow-$PROJECT_ID/',
'--staging_location=gs://cloudbuild-dataflow-$PROJECT_ID/',
'--project=$PROJECT_ID' ]
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions dataflow-python/examples/DirectRunner/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ steps:
'--output',
'counts',
'--runner=DirectRunner' ]
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions dep/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ steps:

images:
- 'gcr.io/$PROJECT_ID/dep'
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions docker-compose/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ steps:
images:
- 'gcr.io/$PROJECT_ID/docker-compose:latest'
- 'gcr.io/$PROJECT_ID/docker-compose:1.24.0'
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions docker-compose/examples/hello-world/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
steps:
- name: 'gcr.io/$PROJECT_ID/docker-compose'
args: ['up']
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions envsubst/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ steps:
entrypoint: sh
args: ['-c', '[[ "$(cat test.txt)" == "Mars is Red and Neptune is Blue" ]]']
images: ['gcr.io/${PROJECT_ID}/envsubst']
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions esy/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ substitutions:
images:
- 'gcr.io/$PROJECT_ID/esy:latest'
- 'gcr.io/$PROJECT_ID/esy:$_ESY_VERSION'
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions fastlane/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ steps:
args: ['--version']

images: ['gcr.io/$PROJECT_ID/fastlane']
tags: ['cloud-builders-community']
3 changes: 2 additions & 1 deletion fastlane/examples/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ steps:
- name: 'gcr.io/$PROJECT_ID/fastlane'
args: ['YOUR-LANE-NAME-HERE']
waitFor:
- build
- build
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions firebase/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ steps:
args: ['build', '-t', 'gcr.io/$PROJECT_ID/firebase', '.']
images:
- 'gcr.io/$PROJECT_ID/firebase'
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions firebase/examples/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ secrets:
- kmsKeyName: 'projects/[PROJECT_ID]/locations/global/keyRings/cloudbuilder/cryptoKeys/firebase-token'
secretEnv:
FIREBASE_TOKEN: '<ENCRYPTED_TOKEN>'
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions flutter/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ steps:
args: ['--help']

images: ['gcr.io/$PROJECT_ID/flutter']
tags: ['cloud-builders-community']
4 changes: 3 additions & 1 deletion flutter/examples/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ steps:

# apk artifacts can be pushed to a GCS bucket like this
# - name: 'gcr.io/cloud-builders/gsutil'
# args: ['cp', '/workspace/flutter/examples/hello_world/build/app/outputs/apk/release/app-release.apk', 'gs://$MY_BUCKET/hello_world.apk']
# args: ['cp', '/workspace/flutter/examples/hello_world/build/app/outputs/apk/release/app-release.apk', 'gs://$MY_BUCKET/hello_world.apk']

tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions fsharp/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ steps:
- "--help"

images: ['eu.gcr.io/$PROJECT_ID/fsharp']
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions glide/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ steps:
dir: 'examples/build-glide'

images: ['gcr.io/$PROJECT_ID/glide']
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions glide/examples/build-glide/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ steps:
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '--tag=gcr.io/$PROJECT_ID/build-glide', '.']
images: ['gcr.io/$PROJECT_ID/build-glide']
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions google-closure-compiler/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ steps:
args: ["--help"]

images: ["gcr.io/${PROJECT_ID}/google-closure-compiler"]
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions google-closure-compiler/examples/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ steps:
args: [
"more", "helloworld.out.js"
]
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions helm/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ steps:
args: ['build', '--tag=gcr.io/$PROJECT_ID/helm', '--build-arg', 'HELM_VERSION=v2.14.0', '.']

images: ['gcr.io/$PROJECT_ID/helm']
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions helm/examples/chart-install-tillerless/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ steps:
- 'CLOUDSDK_CONTAINER_CLUSTER=your_gke_cluster'
- 'TILLERLESS=true'
- 'TILLER_NAMESPACE=test'
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions helm/examples/chart-install/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ steps:
env:
- 'CLOUDSDK_COMPUTE_ZONE=us-central1-c'
- 'CLOUDSDK_CONTAINER_CLUSTER=your-cluster'
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions helm/examples/releases-list-tillerless/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ steps:
- 'CLOUDSDK_CONTAINER_CLUSTER=your_gke_cluster'
- 'TILLERLESS=true'
- 'TILLER_NAMESPACE=test'
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions helm/examples/releases-list/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ steps:
env:
- 'CLOUDSDK_COMPUTE_ZONE=us-central1-c'
- 'CLOUDSDK_CONTAINER_CLUSTER=your-cluster'
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions hub/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ images:
#- kmsKeyName: 'TODO: KMS key name'
# secretEnv:
# GITHUB_TOKEN: 'TODO: base64-encoded personal access token'
tags: ['cloud-builders-community']
3 changes: 2 additions & 1 deletion hugo/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ steps:
- name: 'gcr.io/${PROJECT_ID}/hugo'
args: ['--help']

images: ['gcr.io/${PROJECT_ID}/hugo']
images: ['gcr.io/${PROJECT_ID}/hugo']
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions hugo/example/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ steps:
- name: 'gcr.io/$PROJECT_ID/hugo'
- name: busybox
args: ["cat", "public/index.xml"]
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions inspec/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ substitutions:
images:
- 'gcr.io/$PROJECT_ID/inspec:latest'
- 'gcr.io/$PROJECT_ID/inspec:$_INSPEC_VERSION'
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions inspec/examples/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ steps:
- gcp://
- --attrs
- test-profile/attributes.yml
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions jfrog/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ steps:
images:
- 'gcr.io/$PROJECT_ID/java/jfrog:1.17.1'
- 'gcr.io/$PROJECT_ID/java/jfrog'
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions jfrog/examples/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ secrets:

images:
- 'gcr.io/$PROJECT_ID/java-app:${BUILD_ID}'
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions jmeter/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ images:
- 'gcr.io/$PROJECT_ID/jmeter:latest'
- 'gcr.io/$PROJECT_ID/jmeter:5.0'

tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions jmeter/examples/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ steps:
- '-n'
- '-t'
- 'sample.jmx'
tags: ['cloud-builders-community']
3 changes: 2 additions & 1 deletion jsonnet/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ steps:
- name: 'gcr.io/${PROJECT_ID}/jsonnet'
args: ['--help']

images: ['gcr.io/${PROJECT_ID}/jsonnet']
images: ['gcr.io/${PROJECT_ID}/jsonnet']
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions jsonnet/examples/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ steps:
# Use busybox to more the example.yaml to the Cloud Builder logs
- name: busybox
args: ["more","./example.yaml"]
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions kaniko/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ steps:
- name: gcr.io/kaniko-project/executor:latest
args: ['--destination=gcr.io/$PROJECT_ID/built-with-kaniko',
'--cache=true']
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions kubectl_wait_for_job/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ steps:
args: ['build', '--tag=gcr.io/$PROJECT_ID/kubectl_wait_for_job', '.']

images: ['gcr.io/$PROJECT_ID/kubectl_wait_for_job']
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions kubectl_wait_for_job/examples/pods-list/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ steps:
env:
- 'CLOUDSDK_COMPUTE_ZONE=us-east4-b'
- 'CLOUDSDK_CONTAINER_CLUSTER=your-cluster'
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions kustomize/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ steps:
args: ['version']

images: ['gcr.io/$PROJECT_ID/kustomize']
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions kustomize/examples/pods-list/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ steps:
- 'APPLY=true'
- 'CLOUDSDK_COMPUTE_ZONE=us-east4-b'
- 'CLOUDSDK_CONTAINER_CLUSTER=your-cluster'
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions make/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ steps:

images:
- 'gcr.io/$PROJECT_ID/make'
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions make/examples/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
steps:
- name: gcr.io/$PROJECT_ID/make
args: ['all']
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions makisu/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ steps:

images:
- gcr.io/$PROJECT_ID/built-with-makisu
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions mortar/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ steps:
args: ['-v']

images: ['gcr.io/$PROJECT_ID/mortar']
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions mortar/examples/list-of-shots/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ steps:
env:
- 'CLOUDSDK_COMPUTE_ZONE=us-east4-b'
- 'CLOUDSDK_CONTAINER_CLUSTER=your-cluster'
tags: ['cloud-builders-community']
3 changes: 2 additions & 1 deletion ng/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ images:
- 'gcr.io/$PROJECT_ID/ng:v7'
- 'gcr.io/$PROJECT_ID/ng:latest'
- 'gcr.io/$PROJECT_ID/ng'
- 'gcr.io/$PROJECT_ID/ng:next'
- 'gcr.io/$PROJECT_ID/ng:next'
tags: ['cloud-builders-community']
3 changes: 2 additions & 1 deletion ng/examples/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ steps:
- name: 'gcr.io/$PROJECT_ID/ng'
args: ['--version']
- name: 'gcr.io/$PROJECT_ID/ng:next'
args: ['--version']
args: ['--version']
tags: ['cloud-builders-community']
1 change: 1 addition & 0 deletions nix-build/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ images:
- gcr.io/$PROJECT_ID/nix-build
- gcr.io/$PROJECT_ID/nix-built-mysql

tags: ['cloud-builders-community']
Loading

0 comments on commit 6e52716

Please sign in to comment.