mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
fix failed tests for fn framework mount generator
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user