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
The following commit(s) were added to
refs/heads/java_expansion_service_container_snapshots by this push:
new aff4921f473 Tags Java SNAPSHOT containers with the '.dev' version
aff4921f473 is described below
commit aff4921f47380183798bd0bdd1ca23d3e5ab2088
Author: Chamikara Jayalath <[email protected]>
AuthorDate: Sun Oct 6 13:20:22 2024 -0700
Tags Java SNAPSHOT containers with the '.dev' version
---
.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
index ebbbfab08f8..327eb778690 100644
--- a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
+++ b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
@@ -110,6 +110,6 @@ jobs:
arguments: |
-Pjava11Home=$JAVA_HOME_11_X64 \
-Pdocker-repository-root=gcr.io/apache-beam-testing/beam-sdk \
- -Pdocker-tag-list=${{ github.sha }},latest \
+ -Pdocker-tag-list=${{ github.sha }},${BEAM_VERSION},latest \
-Pcontainer-architecture-list=arm64,amd64 \
-Ppush-containers \