diff --git a/.github/workflows/sync-images.yaml b/.github/workflows/sync-images.yaml index 25890ce..4356b2e 100644 --- a/.github/workflows/sync-images.yaml +++ b/.github/workflows/sync-images.yaml @@ -20,7 +20,7 @@ jobs: matrix: component: - calico - # - ccm-openstack + - ccm-openstack # - cilium # - cluster-autoscaler # - csi-cinder @@ -56,7 +56,9 @@ jobs: if: ${{ steps.changes.outputs.manifest == 'true' }} run: >- skopeo sync - --src yaml skopeo-manifests/${{ matrix.component }}.yml - --dest docker ghcr.io/stackhpc/capi + --src yaml + --dest docker --scoped --all + skopeo-manifests/${{ matrix.component }}.yml + ghcr.io/stackhpc/capi diff --git a/skopeo-manifests/ccm-openstack.yml b/skopeo-manifests/ccm-openstack.yml new file mode 100644 index 0000000..7efe711 --- /dev/null +++ b/skopeo-manifests/ccm-openstack.yml @@ -0,0 +1,4 @@ +docker.io: + images: + k8scloudprovider/openstack-cloud-controller-manager: + - v1.25.0