Skip to content

Commit a414f10

Browse files
author
Ian Campbell
committed
CI: actually push image caches after #17
Signed-off-by: Ian Campbell <[email protected]>
1 parent ad642da commit a414f10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,8 @@ jobs:
262262
263263
linuxkit pkg push --nobuild pkg/cri-containerd
264264
linuxkit pkg push --nobuild pkg/kubelet
265-
# Omit kubernetes-docker-image-cache-{common,control-plane} until they support linuxkit pkg push.
265+
linuxkit pkg push --nobuild pkg/kubernetes-docker-image-cache-common
266+
linuxkit pkg push --nobuild pkg/kubernetes-docker-image-cache-control-plane
266267
267268
workflows:
268269
version: 2

0 commit comments

Comments
 (0)