Skip to content

Commit

Permalink
馃悰 Pin opm image in GitHub actions (#434)
Browse files Browse the repository at this point in the history
This prevents `permission denied` errors.

Workaround for operator-framework/operator-registry#984

Fixes #429

Signed-off-by: Christian Zunker <christian@mondoo.com>
  • Loading branch information
czunker committed Jul 7, 2022
1 parent df63b7e commit 48f3332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Expand Up @@ -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()
Expand Down

0 comments on commit 48f3332

Please sign in to comment.