We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4fe97eb + a414f10 commit 6cea269Copy full SHA for 6cea269
.circleci/config.yml
@@ -262,7 +262,8 @@ jobs:
262
263
linuxkit pkg push --nobuild pkg/cri-containerd
264
linuxkit pkg push --nobuild pkg/kubelet
265
- # Omit kubernetes-docker-image-cache-{common,control-plane} until they support linuxkit pkg push.
+ linuxkit pkg push --nobuild pkg/kubernetes-docker-image-cache-common
266
+ linuxkit pkg push --nobuild pkg/kubernetes-docker-image-cache-control-plane
267
268
workflows:
269
version: 2
0 commit comments