Skip to content

Commit 0d0896c

Browse files
authored
Pull Python image from AWS public ECR (#532)
1 parent 09e7d9b commit 0d0896c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.repository_owner == 'viamrobotics'
1717
runs-on: buildjet-2vcpu-ubuntu-2204
1818
container:
19-
image: python:${{ matrix.python-version }}
19+
image: public.ecr.aws/docker/library/python:${{ matrix.python-version }}
2020
strategy:
2121
matrix:
2222
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

0 commit comments

Comments
 (0)