From e7fe29995ffb47bd6c46e54b0e903411dc457767 Mon Sep 17 00:00:00 2001 From: shiva kumar Date: Wed, 5 Feb 2025 18:45:45 +0530 Subject: [PATCH] Migrate OLM bundle image CI job from Gitlab to Github Signed-off-by: shiva kumar --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6948c4fc4..4d19ed4c8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -256,7 +256,7 @@ jobs: - name: Build image env: # BUNDLE_IMAGE: "${CI_REGISTRY_IMAGE}/staging/gpu-operator-bundle:${CI_COMMIT_BRANCH}-latest" - BUNDLE_IMAGE: "ghcr.io/staging/gpu-operator-bundle:${{ BRANCH_NAME }}-latest" + BUNDLE_IMAGE: "ghcr.io/staging/gpu-operator-bundle:${{ env.BRANCH_NAME }}-latest" DEFAULT_CHANNEL: "stable" CHANNELS: "stable" run: |