You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2020/04/22 21:54:34 UTC

[beam] branch asf-site updated: Publishing website 2020/04/22 21:54:24 at commit 8cfc8a8

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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 1a53ccc  Publishing website 2020/04/22 21:54:24 at commit 8cfc8a8
1a53ccc is described below

commit 1a53ccc88a9fc5e7ecf459780e624ed722c54c3e
Author: jenkins <bu...@apache.org>
AuthorDate: Wed Apr 22 21:54:25 2020 +0000

    Publishing website 2020/04/22 21:54:24 at commit 8cfc8a8
---
 website/generated-content/contribute/release-guide/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/generated-content/contribute/release-guide/index.html b/website/generated-content/contribute/release-guide/index.html
index 565a8d2..e1afae3 100644
--- a/website/generated-content/contribute/release-guide/index.html
+++ b/website/generated-content/contribute/release-guide/index.html
@@ -1232,7 +1232,7 @@ done
   <li>Build Java images and push to DockerHub.</li>
 </ul>
 
-<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>./gradlew :sdks:java:container:dockerPush -Pdocker-tag=${RELEASE}_rc{RC_NUM}
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>./gradlew :sdks:java:container:dockerPush -Pdocker-pull-licenses -Pdocker-tag=${RELEASE}_rc{RC_NUM}
 </code></pre></div></div>
 
 <ul>