diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 87c71e829..571875831 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -318,7 +318,7 @@ jobs: operator-sdk olm install sleep 30 kubectl create ns mondoo-operator - operator-sdk run bundle ghcr.io/${{ github.repository }}-bundle:${{ github.ref_name }} --namespace mondoo-operator --timeout 3m0s + operator-sdk run bundle --index-image=quay.io/operator-framework/opm:v1.23.0 ghcr.io/${{ github.repository }}-bundle:${{ github.ref_name }} --namespace mondoo-operator --timeout 3m0s - name: Gather running pods if: failure()