This is an automated email from the ASF dual-hosted git repository. lostluck pushed a commit to branch lostluck-typo in repository https://gitbox.apache.org/repos/asf/beam.git
commit 9e37b648e319171ee95f59cac3728a2b2b38311a Author: Robert Burke <[email protected]> AuthorDate: Fri Dec 11 12:14:59 2020 -0800 Fix typo in publish_docker_images.sh Found during the 2.26.0 release. --- release/src/main/scripts/publish_docker_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/src/main/scripts/publish_docker_images.sh b/release/src/main/scripts/publish_docker_images.sh index 922a1e5..534706a 100755 --- a/release/src/main/scripts/publish_docker_images.sh +++ b/release/src/main/scripts/publish_docker_images.sh @@ -83,7 +83,7 @@ if [[ $confirmation = "y" ]]; then docker rmi -f ${DOCKER_IMAGE_DEFAULT_REPO_ROOT}/${DOCKER_IMAGE_DEFAULT_REPO_PREFIX}${ver}_sdk:${RELEASE}_${RC_VERSION} docker rmi -f ${DOCKER_IMAGE_DEFAULT_REPO_ROOT}/${DOCKER_IMAGE_DEFAULT_REPO_PREFIX}${ver}_sdk:${RELEASE} docker rmi -f ${DOCKER_IMAGE_DEFAULT_REPO_ROOT}/${DOCKER_IMAGE_DEFAULT_REPO_PREFIX}${ver}_sdk:latest - end + done echo '-------------Tagging and Pushing Flink job server images-------------' echo "Publishing images for the following Flink versions:" "${FLINK_VER[@]}"
