Skip to content

Commit

Permalink
Cloud Build Config
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov authored Mar 15, 2021
1 parent 3a722bd commit cb870d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
steps:
- name: 'gcr.io/cloud-builders/docker'
args: [ 'build', '--build-arg', 'OPENJDK_TAG=$TAG_NAME', '-t', 'gcr.io/cirrus-ci-community/jvm-grpc:$TAG_NAME', '.' ]
timeout: 2400s
images: [ 'gcr.io/cirrus-ci-community/jvm-grpc:$TAG_NAME' ]

0 comments on commit cb870d3

Please sign in to comment.