Skip to content

Commit

Permalink
add comment for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Sep 27, 2023
1 parent 369a252 commit d105b23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cloudbuild/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ steps:
"gcr.io/cloud-devrel-public-resources/graalvm_b:${_JAVA_SHARED_CONFIG_VERSION}",
]
waitFor: [ "graalvm-b-build" ]

# The docker images will be published to GCP projects cloud-devrel-kokoro-resources and cloud-devrel-public-resources
# following convention in https://github.com/googleapis/testing-infra-docker. While the former will be used for Kokoro
# jobs in the downstream repos, the latter makes the docker images publicly available for testing.
images:
- gcr.io/$PROJECT_ID/graalvm_a:${_JAVA_SHARED_CONFIG_VERSION}
- gcr.io/cloud-devrel-public-resources/graalvm_a:${_JAVA_SHARED_CONFIG_VERSION}
Expand Down

0 comments on commit d105b23

Please sign in to comment.