Skip to content

Commit

Permalink
Add dockerhub step to release guide (apache#27457)
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm committed Jul 11, 2023
1 parent bd59d09 commit 33518fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/www/site/content/en/contribute/release-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ You don't need to wait for the action to complete to start running the script.
* **The script will:**
1. Clone the repo at the selected RC tag.
1. Run gradle publish to push java artifacts into Maven staging repo.
1. Stage SDK docker images to [docker hub Apache organization](https://hub.docker.com/search?q=apache%2Fbeam&type=image).

#### Tasks you need to do manually

Expand All @@ -548,8 +549,10 @@ You don't need to wait for the action to complete to start running the script.
* **The script will:**
1. Clone the repo at the selected RC tag.
1. Stage source release into dist.apache.org dev [repo](https://dist.apache.org/repos/dist/dev/beam/).
Skip this step if you already did it with the build_release_candidate GitHub Actions workflow.
1. Stage, sign and hash python source distribution and wheels into dist.apache.org dev repo python dir
1. Stage SDK docker images to [docker hub Apache organization](https://hub.docker.com/search?q=apache%2Fbeam&type=image).
Skip this step if you already did it with the build_release_candidate GitHub Actions workflow.
Note: if you are not a member of the [`beam` DockerHub team](https://hub.docker.com/orgs/apache/teams/beam) you will need
help with this step. Please email `dev@` and ask a member of the `beam` DockerHub team for help.
1. Create a PR to update beam-site, changes includes:
Expand Down

0 comments on commit 33518fb

Please sign in to comment.