blob: 0f282f64379c83fb3dee1783d9d82ba18e56bed4 [file] [log] [blame]
# 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