bump to 2.0.0
This commit is contained in:
parent
182c2d5611
commit
9b56154cb3
2
Makefile
2
Makefile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue