Debugging workflow
This commit is contained in:
parent
ac1c50f9d7
commit
21b592a646
8
.github/workflows/sync-images.yaml
vendored
8
.github/workflows/sync-images.yaml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
component:
|
component:
|
||||||
- calico
|
- calico
|
||||||
# - ccm-openstack
|
- ccm-openstack
|
||||||
# - cilium
|
# - cilium
|
||||||
# - cluster-autoscaler
|
# - cluster-autoscaler
|
||||||
# - csi-cinder
|
# - csi-cinder
|
||||||
@ -56,7 +56,9 @@ jobs:
|
|||||||
if: ${{ steps.changes.outputs.manifest == 'true' }}
|
if: ${{ steps.changes.outputs.manifest == 'true' }}
|
||||||
run: >-
|
run: >-
|
||||||
skopeo sync
|
skopeo sync
|
||||||
--src yaml skopeo-manifests/${{ matrix.component }}.yml
|
--src yaml
|
||||||
--dest docker ghcr.io/stackhpc/capi
|
--dest docker
|
||||||
--scoped
|
--scoped
|
||||||
--all
|
--all
|
||||||
|
skopeo-manifests/${{ matrix.component }}.yml
|
||||||
|
ghcr.io/stackhpc/capi
|
||||||
|
4
skopeo-manifests/ccm-openstack.yml
Normal file
4
skopeo-manifests/ccm-openstack.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
docker.io:
|
||||||
|
images:
|
||||||
|
k8scloudprovider/openstack-cloud-controller-manager:
|
||||||
|
- v1.25.0
|
Loading…
Reference in New Issue
Block a user