Skip to content

Commit 22f0b95

Browse files
authored
chore: add update-kaniko-fork to Makefile (#208)
1 parent 073ab11 commit 22f0b95

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ test: test-registry
2020
test-race:
2121
go test -race -count=3 ./...
2222

23+
.PHYONY: update-kaniko-fork
24+
update-kaniko-fork:
25+
go mod edit -replace github.com/GoogleContainerTools/kaniko=github.com/coder/kaniko@main
26+
go mod tidy
27+
2328
# Starts a local Docker registry on port 5000 with a local disk cache.
2429
.PHONY: test-registry
2530
test-registry: test-registry-container test-images-pull test-images-push

0 commit comments

Comments
 (0)