makefile: update org
This commit is contained in:
parent
7e3ace54d5
commit
a8fce0d4f5
2
Makefile
2
Makefile
|
|
@ -22,7 +22,7 @@ VERSION_PACKAGE = $(REPOPATH/pkg/version)
|
||||||
|
|
||||||
GOOS ?= $(shell go env GOOS)
|
GOOS ?= $(shell go env GOOS)
|
||||||
GOARCH = amd64
|
GOARCH = amd64
|
||||||
ORG := github.com/GoogleCloudPlatform
|
ORG := github.com/GoogleContainerTools
|
||||||
PROJECT := kaniko
|
PROJECT := kaniko
|
||||||
REGISTRY?=gcr.io/kaniko-project
|
REGISTRY?=gcr.io/kaniko-project
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue