We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a722bd commit cb870d3Copy full SHA for cb870d3
cloudbuild.yaml
@@ -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