This is an automated email from the ASF dual-hosted git repository. chamikara pushed a commit to branch java_expansion_service_container_snapshots in repository https://gitbox.apache.org/repos/asf/beam.git
commit 05c7091625a5d23e3ed1c46852f4ea28ac5ef7c8 Author: Chamikara Jayalath <[email protected]> AuthorDate: Tue Sep 17 14:52:55 2024 -0700 Publish Java Expansion Service SNAPSHOT containers --- .github/workflows/beam_Publish_Beam_SDK_Snapshots.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml index c971ef36a08..2760943ef2c 100644 --- a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml +++ b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml @@ -70,6 +70,7 @@ jobs: - "python:container:py310" - "python:container:py311" - "python:container:py312" + - "java:expansion-service:container" steps: - uses: actions/checkout@v4 - name: Setup repository
