Files
kustomize/cmd/config/internal/commands/e2e/e2econtainerconfig/Makefile
2022-04-01 17:31:34 -04:00

11 lines
312 B
Makefile

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