Skip to content

Commit

Permalink
Fix the publish community operators bot (#3167)
Browse files Browse the repository at this point in the history
The publish community operator github action failed.

The scripts relay in OPM version 1.47, while the OPM version in the
publish-community-operators.yaml github action is 1.35.

This PR fixes the OPM version to fix this issue.

Signed-off-by: Nahshon Unna-Tsameret <[email protected]>
  • Loading branch information
nunnatsa authored Nov 18, 2024
1 parent 4396a55 commit d64c30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-community-operators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
REGISTRY_NAMESPACE: kubevirt
OPM_VERSION: v1.35.0
OPM_VERSION: v1.47.0
steps:
- name: resolve the correct branch of the tag
run: |
Expand Down

0 comments on commit d64c30a

Please sign in to comment.