| # Copyright 2015 The Go Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style | |
| # license that can be found in the LICENSE file. | |
| usage: | |
| echo "Use staging or prod targets" ; exit 1 | |
| staging: Dockerfile | |
| docker build -t gcr.io/go-dashboard-dev/linux-x86-nacl:latest . | |
| gcloud docker push gcr.io/go-dashboard-dev/linux-x86-nacl:latest | |
| prod: Dockerfile | |
| docker build -t gcr.io/symbolic-datum-552/linux-x86-nacl:latest . | |
| gcloud docker push gcr.io/symbolic-datum-552/linux-x86-nacl:latest |