We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2bf0ce commit e5724cbCopy full SHA for e5724cb
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
# Other workflows are likely ok to use standard GH runners for now.
39
# Googlers, see b/460874304.
40
runs-on: linux-x86-n2-32
41
- container: ubuntu:22.04
+ container: us-docker.pkg.dev/ml-oss-artifacts-published/ml-public-container/ml-build:latest
42
needs: lint-python-flake8 # fail fast in case of "undefined variable" errors
43
strategy:
44
fail-fast: false
0 commit comments