Skip to content

Commit e5724cb

Browse files
committed
updates container reference to custom ml container
1 parent e2bf0ce commit e5724cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Other workflows are likely ok to use standard GH runners for now.
3939
# Googlers, see b/460874304.
4040
runs-on: linux-x86-n2-32
41-
container: ubuntu:22.04
41+
container: us-docker.pkg.dev/ml-oss-artifacts-published/ml-public-container/ml-build:latest
4242
needs: lint-python-flake8 # fail fast in case of "undefined variable" errors
4343
strategy:
4444
fail-fast: false

0 commit comments

Comments
 (0)