diff --git a/Makefile b/Makefile index 9c557991..42fd1db4 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ test: test-registry test-race: go test -race -count=3 ./... -.PHYONY: update-kaniko-fork +.PHONY: update-kaniko-fork update-kaniko-fork: go mod edit -replace github.com/GoogleContainerTools/kaniko=github.com/coder/kaniko@main go mod tidy