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:
|
||||
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
|
||||
|
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