This is an automated email from the ASF dual-hosted git repository.

vterentev pushed a commit to branch vitalii-t-test-activate-sa
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/vitalii-t-test-activate-sa by 
this push:
     new 78a2ed39ade Try without cred helper
78a2ed39ade is described below

commit 78a2ed39ade7eaa0721d22c900fbadc3f706e036
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Thu Apr 17 14:09:06 2025 +0400

    Try without cred helper
---
 .github/workflows/beam_Publish_Beam_SDK_Snapshots.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml 
b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
index e2fc84b8233..4beacf6b721 100644
--- a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
+++ b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
@@ -100,9 +100,9 @@ jobs:
           credentials_json: ${{ secrets.GCP_SA_KEY }}
       - name: Set up Cloud SDK
         uses: google-github-actions/setup-gcloud@v2
-      - name: GCloud Docker credential helper
-        run: |
-          gcloud auth configure-docker ${{ env.docker_registry }}
+#      - 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
@@ -119,7 +119,7 @@ jobs:
           gradle-command: :sdks:${{ matrix.container_task }}:docker
           arguments: |
             -Pjava11Home=$JAVA_HOME_11_X64 \
-            
-Pdocker-repository-root=us-central1-docker.pkg.dev/apache-beam-testing/beam-sdk
 \
+            
-Pdocker-repository-root=us-central1-docker.pkg.dev/apache-beam-testing/beam-docker
 \
             -Pdocker-tag-list=${{ github.sha }},${BEAM_VERSION},latest \
             -Pcontainer-architecture-list=arm64,amd64 \
             -Ppush-containers \

Reply via email to