mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
vendor updates
This commit is contained in:
6
vendor/k8s.io/kubernetes/test/images/volumes-tester/iscsi/Makefile
generated
vendored
6
vendor/k8s.io/kubernetes/test/images/volumes-tester/iscsi/Makefile
generated
vendored
@ -13,7 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
TAG = 0.1
|
||||
PREFIX = gcr.io/google_containers
|
||||
PREFIX = staging-k8s.gcr.io
|
||||
|
||||
all: push
|
||||
|
||||
@ -34,8 +34,8 @@ block:
|
||||
|
||||
push: image
|
||||
# Push image tagged as latest to repository
|
||||
gcloud docker -- push $(PREFIX)/volume-iscsi
|
||||
docker push $(PREFIX)/volume-iscsi
|
||||
# Push version tagged image to repository (since this image is already pushed it will simply create or update version tag)
|
||||
gcloud docker -- push $(PREFIX)/volume-iscsi:$(TAG)
|
||||
docker push $(PREFIX)/volume-iscsi:$(TAG)
|
||||
|
||||
clean:
|
||||
|
Reference in New Issue
Block a user