Skip to content

Commit

Permalink
Merge pull request #1424 from albertvaka/patch-1
Browse files Browse the repository at this point in the history
Allow overriding the tag and registry
  • Loading branch information
aledbf committed Sep 26, 2017
2 parents 7a7d3af + ea7771e commit 6e24dc6
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 6e24dc6

Please sign in to comment.