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 7b2d4af3e19 Tags Java SNAPSHOT containers with the '.dev' version
7b2d4af3e19 is described below
commit 7b2d4af3e1959f1f6a826c8a75177ceedfd9856e
Author: Chamikara Jayalath <[email protected]>
AuthorDate: Sun Oct 6 12:43:57 2024 -0700
Tags Java SNAPSHOT containers with the '.dev' version
---
.../workflows/beam_Publish_Beam_SDK_Snapshots.yml | 52 +++++++++++-----------
1 file changed, 26 insertions(+), 26 deletions(-)
diff --git a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
index e4ce5bdde45..907e5a180e1 100644
--- a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
+++ b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
@@ -46,7 +46,7 @@ env:
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GE_CACHE_USERNAME }}
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GE_CACHE_PASSWORD }}
docker_registry: gcr.io
-# RELEASE_VERSION: ${{ github.event.inputs.RELEASE_VERSION }}
+ RELEASE_VERSION: ${{ github.event.inputs.RELEASE_VERSION }}
jobs:
beam_Publish_Beam_SDK_Snapshots:
@@ -86,28 +86,28 @@ jobs:
id: print_output
#>> $GITHUB_ENV
# run: echo "Release version is ${RELEASE_VERSION}" >> $GITHUB_ENV
- - name: Set up Docker Buildx
- uses: docker/setup-buildx-action@v1
- - name: GCloud Docker credential helper
- run: |
- gcloud auth configure-docker ${{ env.docker_registry }}
- - name: Setup Java environment
- if: ${{ startsWith(matrix.container_task, 'java') }}
- uses: ./.github/actions/setup-environment-action
- with:
- java-version: 11
- - name: Setup Python environment
- if: ${{ startsWith(matrix.container_task, 'python') }}
- uses: ./.github/actions/setup-environment-action
- with:
- python-version: default
- - name: run Publish Beam SDK Snapshots script
- uses: ./.github/actions/gradle-command-self-hosted-action
- with:
- gradle-command: :sdks:${{ matrix.container_task }}:docker
- arguments: |
- -Pjava11Home=$JAVA_HOME_11_X64 \
- -Pdocker-repository-root=gcr.io/apache-beam-testing/beam-sdk \
- -Pdocker-tag-list=${{ github.sha }},latest \
- -Pcontainer-architecture-list=arm64,amd64 \
- -Ppush-containers \
+# - name: Set up Docker Buildx
+# uses: docker/setup-buildx-action@v1
+# - name: GCloud Docker credential helper
+# run: |
+# gcloud auth configure-docker ${{ env.docker_registry }}
+# - name: Setup Java environment
+# if: ${{ startsWith(matrix.container_task, 'java') }}
+# uses: ./.github/actions/setup-environment-action
+# with:
+# java-version: 11
+# - name: Setup Python environment
+# if: ${{ startsWith(matrix.container_task, 'python') }}
+# uses: ./.github/actions/setup-environment-action
+# with:
+# python-version: default
+# - name: run Publish Beam SDK Snapshots script
+# uses: ./.github/actions/gradle-command-self-hosted-action
+# with:
+# gradle-command: :sdks:${{ matrix.container_task }}:docker
+# arguments: |
+# -Pjava11Home=$JAVA_HOME_11_X64 \
+# -Pdocker-repository-root=gcr.io/apache-beam-testing/beam-sdk \
+# -Pdocker-tag-list=${{ github.sha }},latest \
+# -Pcontainer-architecture-list=arm64,amd64 \
+# -Ppush-containers \