From ab4fb3ca8cc75b6f4bb3b12b6fc0cf8e90b15845 Mon Sep 17 00:00:00 2001 From: Nahshon Unna Tsameret <60659093+nunnatsa@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:26:56 +0200 Subject: [PATCH] [Release 1.13] Fix the publish community operators bot (#3166) 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 --- .github/workflows/publish-community-operators.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-community-operators.yaml b/.github/workflows/publish-community-operators.yaml index 7ed058049..b887ab2c5 100644 --- a/.github/workflows/publish-community-operators.yaml +++ b/.github/workflows/publish-community-operators.yaml @@ -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: |