Skip to content

Commit

Permalink
Allow overriding the tag and registry
Browse files Browse the repository at this point in the history
The same way it is possible in controllers/nginx/Makefile
  • Loading branch information
albertvaka authored Sep 26, 2017
1 parent 7a7d3af commit ea7771e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/nginx-slim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ea7771e

Please sign in to comment.