Abacn commented on code in PR #34250:
URL: https://github.com/apache/beam/pull/34250#discussion_r1990025158
##########
.github/workflows/beam_PreCommit_Flink_Container.yml:
##########
@@ -77,6 +77,10 @@ env:
HARNESS_IMAGES_TO_PULL:
gcr.io/apache-beam-testing/beam-sdk/beam_go_sdk:latest
JOB_SERVER_IMAGE:
gcr.io/apache-beam-testing/beam_portability/beam_flink1.17_job_server:latest
ARTIFACTS_DIR: gs://beam-flink-cluster/beam-precommit-flink-container-${{
github.run_id }}
+ DOCKER_REGISTRY: gcr.io
+ DOCKER_REPOSITORY_ROOT: ${{ github.event_name == 'pull_request_target' &&
'gcr.io/apache-beam-testing/beam-sdk-pr' ||
'gcr.io/apache-beam-testing/beam-sdk' }}
Review Comment:
Let's use `us.gcr.io/apache-beam-testing/github-actions` which is private
and used for testing in other places. gcr.io/apache-beam-testing is a public
repository publishing snapshot containers
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]