Run all non plugin module builds

This commit is contained in:
Katrina Verey
2022-04-04 19:18:25 -04:00
parent 2d4bce5112
commit ea193328e3
7 changed files with 32 additions and 15 deletions

View File

@@ -1,10 +1,9 @@
# Copyright 2019 The Kubernetes Authors.
# SPDX-License-Identifier: Apache-2.0
.PHONY: generate fix vet fmt test build tidy
include ../../../../../../Makefile-modules.mk
.PHONY: image
image:
docker build . -t gcr.io/kustomize-functions/e2econtainerconfig
docker push gcr.io/kustomize-functions/e2econtainerconfig