Skip to content

Commit cb870d3

Browse files
authored
Cloud Build Config
1 parent 3a722bd commit cb870d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: cloudbuild.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
steps:
2+
- name: 'gcr.io/cloud-builders/docker'
3+
args: [ 'build', '--build-arg', 'OPENJDK_TAG=$TAG_NAME', '-t', 'gcr.io/cirrus-ci-community/jvm-grpc:$TAG_NAME', '.' ]
4+
timeout: 2400s
5+
images: [ 'gcr.io/cirrus-ci-community/jvm-grpc:$TAG_NAME' ]

0 commit comments

Comments
 (0)