Skip to content

Commit

Permalink
[BEAM-14494] Tag rc dockre container with format ${RELEASE}rc${RC_NUM} (
Browse files Browse the repository at this point in the history
  • Loading branch information
y1chi authored May 23, 2022
1 parent 1dfab62 commit ebb1a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/src/main/scripts/build_release_candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ if [[ $confirmation = "y" ]]; then
cd ${BEAM_ROOT_DIR}
git checkout ${RC_TAG}

./gradlew :pushAllDockerImages -Pdocker-pull-licenses -Pdocker-tag=${RELEASE}_rc${RC_NUM}
./gradlew :pushAllDockerImages -Pdocker-pull-licenses -Pdocker-tag=${RELEASE}rc${RC_NUM}

wipe_local_clone_dir
fi
Expand Down

0 comments on commit ebb1a66

Please sign in to comment.