fix: use public image

This commit is contained in:
Andrew Ferlitsch
2023-03-14 21:29:54 +00:00
parent 309889bf6b
commit f9be4f470d
+1 -1
View File
@@ -45,7 +45,7 @@ automatically fix any issues. If the fixes can't be performed automatically,
then you will need to manually address them before submitting your PR. then you will need to manually address them before submitting your PR.
```shell ```shell
docker run -v ${PWD}:/setup/app gcr.io/python-docs-samples-tests/notebook_linter:latest <your_notebooks> docker run -v ${PWD}:/setup/app gcr.io/cloud-devrel-public-resources/notebook_linter:latest <your_notebooks>
``` ```
## Code Reviews ## Code Reviews