Skip to content

Commit cf5fdb6

Browse files
committed
use ghcr.io/kcp-dev/infra/build:1.19.9-1 for prow jobs
Signed-off-by: Marvin Beckers <[email protected]>
1 parent 3c946db commit cf5fdb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.prow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ presubmits:
77
preset-goproxy: "true"
88
spec:
99
containers:
10-
- image: docker.io/library/go:1.19.9-alpine
10+
- image: ghcr.io/kcp-dev/infra/build:1.19.9-1
1111
command:
1212
- make
1313
- verify-codegen
@@ -34,7 +34,7 @@ presubmits:
3434
preset-goproxy: "true"
3535
spec:
3636
containers:
37-
- image: docker.io/library/go:1.19.9-alpine
37+
- image: ghcr.io/kcp-dev/infra/build:1.19.9-1
3838
command:
3939
- make
4040
- test

0 commit comments

Comments
 (0)