lostluck commented on code in PR #22102:
URL: https://github.com/apache/beam/pull/22102#discussion_r911172799
##########
.test-infra/jenkins/job_Publish_Docker_Snapshots.groovy:
##########
@@ -42,10 +42,9 @@ job('beam_Publish_Docker_Snapshots') {
rootBuildScriptDir(commonJobProperties.checkoutDir)
commonJobProperties.setGradleSwitches(delegate)
SUPPORTED_CONTAINER_TASKS.each { taskVer ->
- tasks(":sdks:python:container:${taskVer}:dockerPush")
+ tasks(":sdks:python:container:${taskVer}:dockerTagPush")
Review Comment:
Whoops Good catch. This was seeing if it would fix the Go build somehow. It
did not and I didn't revert it. Thanks!
--
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]