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

damondouglas pushed a commit to branch fix-python-distroless-workflow
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/fix-python-distroless-workflow 
by this push:
     new f7366c981a8 Add registries to configure-docker step
f7366c981a8 is described below

commit f7366c981a83ee0deebabc9ce72defe25171aaab
Author: Damon <damondoug...@users.noreply.github.com>
AuthorDate: Tue Nov 26 14:38:29 2024 -0800

    Add registries to configure-docker step
---
 .../beam_PostCommit_Python_ValidatesDistrolessContainer_Dataflow.yml   | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/.github/workflows/beam_PostCommit_Python_ValidatesDistrolessContainer_Dataflow.yml
 
b/.github/workflows/beam_PostCommit_Python_ValidatesDistrolessContainer_Dataflow.yml
index 8d5befdae3e..6f8a7bdd063 100644
--- 
a/.github/workflows/beam_PostCommit_Python_ValidatesDistrolessContainer_Dataflow.yml
+++ 
b/.github/workflows/beam_PostCommit_Python_ValidatesDistrolessContainer_Dataflow.yml
@@ -88,6 +88,9 @@ jobs:
       - name: Setup docker
         run: |
           gcloud auth configure-docker us-docker.pkg.dev --quiet
+          gcloud auth configure-docker us.gcr.io --quiet
+          gcloud auth configure-docker gcr.io --quiet
+          gcloud auth configure-docker us-central1-docker.pkg.dev --quiet
       - name: Set PY_VER_CLEAN
         id: set_py_ver_clean
         run: |

Reply via email to