makefile: update org

This commit is contained in:
Matt Rickard 2018-04-17 11:36:27 -07:00
parent 7e3ace54d5
commit a8fce0d4f5
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ VERSION_PACKAGE = $(REPOPATH/pkg/version)
GOOS ?= $(shell go env GOOS)
GOARCH = amd64
ORG := github.com/GoogleCloudPlatform
ORG := github.com/GoogleContainerTools
PROJECT := kaniko
REGISTRY?=gcr.io/kaniko-project