Debugging workflow

This commit is contained in:
Matt Pryor 2023-01-18 15:21:02 +00:00
parent ac1c50f9d7
commit 21b592a646
2 changed files with 9 additions and 3 deletions

View File

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

View File

@ -0,0 +1,4 @@
docker.io:
images:
k8scloudprovider/openstack-cloud-controller-manager:
- v1.25.0