mirror of
https://github.com/encounter/flutter.git
synced 2026-03-30 11:10:35 -07:00
7 lines
109 B
Bash
Executable File
7 lines
109 B
Bash
Executable File
#!/bin/bash
|
|
|
|
TAG="${CIRRUS_TAG:-latest}"
|
|
|
|
sudo docker push "gcr.io/flutter-cirrus/build-flutter-image:$TAG"
|
|
|