Allow overriding the tag and registry
The same way it is possible in controllers/nginx/Makefile
This commit is contained in:
parent
7a7d3afc87
commit
ea7771ead9
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
|||
# limitations under the License.
|
||||
|
||||
# 0.0.0 shouldn't clobber any released builds
|
||||
TAG = 0.25
|
||||
REGISTRY = gcr.io/google_containers
|
||||
TAG ?= 0.25
|
||||
REGISTRY ?= gcr.io/google_containers
|
||||
ARCH ?= $(shell go env GOARCH)
|
||||
ALL_ARCH = amd64 arm arm64 ppc64le
|
||||
|
||||
|
|
Loading…
Reference in a new issue