This is an automated email from the ASF dual-hosted git repository. cdmikechen pushed a commit to branch branch-0.8 in repository https://gitbox.apache.org/repos/asf/submarine.git
commit e7c6a546b8db2d168c3dfa4a6c99b07601887ec3 Author: cdmikechen <[email protected]> AuthorDate: Sat Sep 2 10:39:52 2023 +0800 Push 0.8.0-RC0 image --- .github/workflows/deploy_docker_images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_docker_images.yml b/.github/workflows/deploy_docker_images.yml index 6fb1e7cef..bd801c4e4 100644 --- a/.github/workflows/deploy_docker_images.yml +++ b/.github/workflows/deploy_docker_images.yml @@ -18,7 +18,7 @@ name: Deploy submarine docker images # Trigger the workflow on master branch push on: push: - branches: [master] + branches: [master, 'branch-0.8'] jobs: deploy-server: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
