Skip to content

Commit 2e796ea

Browse files
authored
Update test_python.yml
1 parent 3e31b09 commit 2e796ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: ${{ !matrix.continuous-only || inputs.continuous-run }}
6565
uses: protocolbuffers/protobuf-ci/bazel-docker@v5
6666
with:
67-
image: ${{ matrix.image || format('us-docker.pkg.dev/protobuf-build/containers/test/linux/python:8.0.1-{0}-2c23b6d9f15185a1cdfebd6b1317310839a61975', matrix.version) }}
67+
image: ${{ matrix.image || format('us-docker.pkg.dev/protobuf-build/containers/test/linux/python:8.0.1-{0}-5237f14696e60e4b050edfbf7ba9b374f37f83c6', matrix.version) }}
6868
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
6969
bazel-cache: python_linux/${{ matrix.type }}_${{ matrix.version }}
7070
bazel: test ${{ matrix.targets }} ${{ matrix.flags }} ${{ matrix.nobzlmod && '--noenable_bzlmod' || '' }} --test_env=KOKORO_PYTHON_VERSION

0 commit comments

Comments
 (0)