From a7fe301c56085687aa3afbc869a0c1d2c1b18578 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Thu, 25 Jun 2020 13:00:49 -0400 Subject: [PATCH] Test trigger of cloudbuild for nginx image --- images/nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/nginx/Makefile b/images/nginx/Makefile index 9cadc1803..f4369db6e 100644 --- a/images/nginx/Makefile +++ b/images/nginx/Makefile @@ -18,7 +18,7 @@ SHELL=/bin/bash # 0.0.0 shouldn't clobber any released builds -TAG ?= 0.105 +TAG ?= 0.106 REGISTRY ?= quay.io/kubernetes-ingress-controller IMAGE = $(REGISTRY)/nginx