Skip to content

Commit 6cea269

Browse files
authored
Merge pull request #20 from ijc/linuxkit-pkg-depends
CI: actually push image caches after #17
2 parents 4fe97eb + a414f10 commit 6cea269

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)