Fix a bug in docker_push.sh, and indent in .cirrus.yml (#20308)

This commit is contained in:
Greg Spencer 2018-08-08 09:54:56 -07:00 committed by GitHub
parent f310aca08b
commit 68e030052e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -2,5 +2,5 @@
TAG="${CIRRUS_TAG:-latest}"
docker push "gcr.io/flutter-cirrus/build-flutter-image::$TAG"
docker push "gcr.io/flutter-cirrus/build-flutter-image:$TAG"