Rename google-containers to google_containers in image names

This commit is contained in:
Jeff Lowdermilk
2015-03-31 13:39:45 -07:00
parent fb1a8219d4
commit 506887515d
9 changed files with 18 additions and 18 deletions

View File

@@ -8,9 +8,9 @@
TAG = 1.2
build:
build:
docker build -t gcr.io/google_containers/fluentd-gcp:$(TAG) .
push:
push:
gcloud preview docker push gcr.io/google_containers/fluentd-gcp:$(TAG)