Merge pull request #5 from thockin/enhance

bump to 2.0.0
This commit is contained in:
Tim Hockin 2016-10-01 20:27:30 -07:00 committed by GitHub
commit 8bb6ccf948
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ REGISTRY ?= gcr.io/google_containers
IMAGE = $(REGISTRY)/git-sync-$(ARCH) IMAGE = $(REGISTRY)/git-sync-$(ARCH)
LEGACY_AMD64_IMAGE = $(REGISTRY)/git-sync LEGACY_AMD64_IMAGE = $(REGISTRY)/git-sync
TAG = 1.0 TAG = v2.0.0
# Architectures supported: amd64, arm, arm64 and ppc64le # Architectures supported: amd64, arm, arm64 and ppc64le
ARCH ?= amd64 ARCH ?= amd64