Test trigger of cloudbuild for nginx image
This commit is contained in:
parent
a7fe301c56
commit
61538db6ca
1 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,8 @@
|
||||||
# set default shell
|
# set default shell
|
||||||
SHELL=/bin/bash
|
SHELL=/bin/bash
|
||||||
|
|
||||||
|
DIR:=$(strip $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))))
|
||||||
|
|
||||||
# 0.0.0 shouldn't clobber any released builds
|
# 0.0.0 shouldn't clobber any released builds
|
||||||
TAG ?= 0.106
|
TAG ?= 0.106
|
||||||
REGISTRY ?= quay.io/kubernetes-ingress-controller
|
REGISTRY ?= quay.io/kubernetes-ingress-controller
|
||||||
|
@ -43,6 +45,6 @@ push: build
|
||||||
|
|
||||||
# enable buildx
|
# enable buildx
|
||||||
ensure-buildx:
|
ensure-buildx:
|
||||||
./../../hack/init-buildx.sh
|
$(DIR)/../../hack/init-buildx.sh
|
||||||
|
|
||||||
.PHONY: build push ensure-buildx
|
.PHONY: build push ensure-buildx
|
||||||
|
|
Loading…
Reference in a new issue