You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2020/01/23 22:25:53 UTC

[beam] branch master updated: [BEAM-9084] cleaning up docker image tag

This is an automated email from the ASF dual-hosted git repository.

ibzib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d5e666  [BEAM-9084] cleaning up docker image tag
     new a39b69c  Merge pull request #10676 from Hannah-Jiang/docker_tag_patch
5d5e666 is described below

commit 5d5e666ad229a05162bb919b42b87ed89e977cc6
Author: Hannah Jiang <ha...@google.com>
AuthorDate: Thu Jan 23 13:19:46 2020 -0800

    [BEAM-9084] cleaning up docker image tag
---
 runners/google-cloud-dataflow-java/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runners/google-cloud-dataflow-java/build.gradle b/runners/google-cloud-dataflow-java/build.gradle
index 30e9193..fa3f429 100644
--- a/runners/google-cloud-dataflow-java/build.gradle
+++ b/runners/google-cloud-dataflow-java/build.gradle
@@ -218,7 +218,7 @@ task buildAndPushDockerContainer() {
   def defaultDockerImageName = containerImageName(
           name: "java_sdk",
           root: "apachebeam",
-          tag: project.version)
+          tag: project.sdk_version)
   doLast {
     exec {
       commandLine "docker", "tag", "${defaultDockerImageName}", "${dockerImageName}"