Files
kustomize/functions/examples/template-heredoc-cockroachdb/Makefile
2022-04-04 16:46:41 -04:00

12 lines
258 B
Makefile

# Copyright 2019 The Kubernetes Authors.
# SPDX-License-Identifier: Apache-2.0
.PHONY: image
all:
true
image:
docker build image -t gcr.io/kustomize-functions/example-cockroachdb:v0.1.0
docker push gcr.io/kustomize-functions/example-cockroachdb:v0.1.0