File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- # Copyright 2017 The Kubernetes Authors.
1+ # Copyright 2018 The Kubernetes Authors.
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
1414
1515.PHONY : all csi-snapshotter clean test
1616
17- IMAGE_NAME =quay.io/k8scsi/csi-snapshotter
18- IMAGE_VERSION =v0.3.0
17+ REGISTRY_NAME =quay.io/k8scsi
18+ IMAGE_NAME =csi-snapshotter
19+ IMAGE_VERSION =canary
20+ IMAGE_TAG =$(REGISTRY_NAME ) /$(IMAGE_NAME ) :$(IMAGE_VERSION )
1921
2022ifdef V
2123TESTARGS = -v -args -alsologtostderr -v 5
@@ -34,10 +36,10 @@ clean:
3436 -rm -rf bin
3537
3638container : csi-snapshotter
37- docker build -t $(IMAGE_NAME ) : $( IMAGE_VERSION ) .
39+ docker build -t $(IMAGE_TAG ) .
3840
3941push : container
40- docker push $(IMAGE_NAME ) : $( IMAGE_VERSION )
42+ docker push $(IMAGE_TAG )
4143
4244test :
4345 go test ` go list ./... | grep -v ' vendor' ` $(TESTARGS )
You can’t perform that action at this time.
0 commit comments