From ac56015f2d3de55331c191069f1022769fa4faef Mon Sep 17 00:00:00 2001 From: Damon Date: Tue, 26 Nov 2024 12:18:58 -0800 Subject: [PATCH 1/2] Add artifact registry credential setup --- ...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 a0de6d4a0428..4dcc49a84bcf 100644 --- a/.github/workflows/beam_PostCommit_Python_ValidatesDistrolessContainer_Dataflow.yml +++ b/.github/workflows/beam_PostCommit_Python_ValidatesDistrolessContainer_Dataflow.yml @@ -85,6 +85,9 @@ jobs: 11 8 python-version: ${{ matrix.python_version }} + - name: GCloud Artifact Registry credential setup + run: | + gcloud auth configure-docker us-docker.pkg.dev - name: Set PY_VER_CLEAN id: set_py_ver_clean run: | From 8127ff26d5f7eaa151fa84f8169e2c444d1693db Mon Sep 17 00:00:00 2001 From: Damon Date: Tue, 26 Nov 2024 12:19:38 -0800 Subject: [PATCH 2/2] Edit trigger file to trigger workflow --- ...stCommit_Python_ValidatesDistrolessContainer_Dataflow.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/trigger_files/beam_PostCommit_Python_ValidatesDistrolessContainer_Dataflow.json b/.github/trigger_files/beam_PostCommit_Python_ValidatesDistrolessContainer_Dataflow.json index 4897480d69ad..3f63c0c9975f 100644 --- a/.github/trigger_files/beam_PostCommit_Python_ValidatesDistrolessContainer_Dataflow.json +++ b/.github/trigger_files/beam_PostCommit_Python_ValidatesDistrolessContainer_Dataflow.json @@ -1,4 +1,4 @@ { "comment": "Modify this file in a trivial way to cause this test suite to run", - "modification": 1 -} \ No newline at end of file + "modification": 2 +}