blob: e81a1e373c9617a3298a0016686cae73fd3daf1a [file]
# 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-std:latest .
gcloud docker push gcr.io/go-dashboard-dev/linux-x86-std:latest
prod: Dockerfile
docker build -t gcr.io/symbolic-datum-552/linux-x86-std:latest .
gcloud docker push gcr.io/symbolic-datum-552/linux-x86-std:latest