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:
Родитель
3d623ab88d
Коммит
e991816a62
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче