blob: 9133e2177186858fbe05f7aa7d366b0c703a92b0 [file] [log] [blame]
#!/bin/bash
TAG="${CIRRUS_TAG:-latest}"
# pull to make sure we are not rebuilding for nothing
docker pull "gcr.io/flutter-cirrus/build-flutter-image:$TAG"
docker build --tag "gcr.io/flutter-cirrus/build-flutter-image:$TAG" .