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

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new a1ab84169a2 Authenticate to gcr instead of ar in ARM workflow (#27784)
a1ab84169a2 is described below

commit a1ab84169a246079c5a00e9b8c2dd299c6f8f79d
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Tue Aug 1 13:49:08 2023 -0400

    Authenticate to gcr instead of ar in ARM workflow (#27784)
    
    * Authenticate to docker before pushing images
    
    * Allow manually triggering builds
    
    * Auth to gcr
---
 .github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml 
b/.github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml
index e994e563419..18cc1e34be1 100644
--- a/.github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml
+++ b/.github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml
@@ -51,6 +51,7 @@ jobs:
   beam_PostCommit_Go_Dataflow_ARM:
     if: |
       github.event_name == 'push' ||
+      github.event_name == 'workflow_dispatch' ||
       github.event_name == 'schedule' ||
       github.event.comment.body == 'Run Go PostCommit Dataflow ARM'
     runs-on: [self-hosted, ubuntu-20.04, main]
@@ -92,8 +93,8 @@ jobs:
           export_default_credentials: true
       - name: GCloud Docker credential helper
         run: |
-          gcloud auth configure-docker us-central1-docker.pkg.dev
+          gcloud auth configure-docker us.gcr.io
       - name: run goPostCommitDataflowARM script
         run: ./gradlew :goPostCommitDataflowARM
         env:
-          USER: github-actions
\ No newline at end of file
+          USER: github-actions

Reply via email to