Modifying googles cloud-sdk image to be pulled from gcr repo since they will deprecate dockerhub in 3/21 and the current image may have broken our sync gcs ci step

This commit is contained in:
Harold Woo 2021-01-19 14:20:33 -08:00 коммит произвёл haroldwoo
Родитель 3d623ab88d
Коммит e991816a62
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -89,7 +89,7 @@ jobs:
sync_gcs:
docker:
- image: google/cloud-sdk
- image: gcr.io/google.com/cloudsdktool/cloud-sdk:323.0.0
working_directory: ~/mozilla/telemetry-airflow
steps:
- checkout