Skip to content

Commit

Permalink
Fix python distroless workflow (apache#33232)
Browse files Browse the repository at this point in the history
* Fix python distroless workflow (apache#33228)

* Add artifact registry credential setup

* Edit trigger file to trigger workflow

* Add setup docker stage

* Add gcloud auth configure-docker stage

* Add registries to configure-docker step
  • Loading branch information
damondouglas authored Nov 27, 2024
1 parent 4d2d2ce commit e8dd3c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"comment": "Modify this file in a trivial way to cause this test suite to run",
"modification": 1
}
"modification": 2
}
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ jobs:
11
8
python-version: ${{ matrix.python_version }}
- 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: |
Expand Down

0 comments on commit e8dd3c6

Please sign in to comment.