This is an automated email from the ASF dual-hosted git repository.
yhu 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 643a07610d7 Add buildx install to postcommit_XVR_Go (#29623)
643a07610d7 is described below
commit 643a07610d7c369256eac7c88b5aa356d57cdf9f
Author: Danny McCormick <[email protected]>
AuthorDate: Wed Dec 6 12:03:55 2023 -0500
Add buildx install to postcommit_XVR_Go (#29623)
* Add buildx install to postcommit_XVR_Go
* Mirror go postcommit
---
.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml
b/.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml
index f674412f195..4325df19d63 100644
--- a/.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml
+++ b/.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml
@@ -74,6 +74,11 @@ jobs:
uses: ./.github/actions/setup-environment-action
with:
python-version: 3.8
+ - name: Set up Docker Buildx
+ uses: docker/setup-buildx-action@v1
+ - name: GCloud Docker credential helper
+ run: |
+ gcloud auth configure-docker us.gcr.io
- name: run XVR GoUsingJava Dataflow script
env:
USER: github-actions
@@ -93,4 +98,4 @@ jobs:
with:
commit: '${{ env.prsha || env.GITHUB_SHA }}'
comment_mode: ${{ github.event_name == 'issue_comment' && 'always'
|| 'off' }}
- files: '**/build/test-results/**/*.xml'
\ No newline at end of file
+ files: '**/build/test-results/**/*.xml'