mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
10 lines
278 B
Makefile
10 lines
278 B
Makefile
# Copyright 2019 The Kubernetes Authors.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
include ../../../../../../Makefile-modules.mk
|
|
|
|
.PHONY: image
|
|
image:
|
|
docker build . -t gcr.io/kustomize-functions/e2econtainermountbind
|
|
docker push gcr.io/kustomize-functions/e2econtainermountbind
|