Skip to content

Commit

Permalink
Migrate OLM bundle image CI job from Gitlab to Github
Browse files Browse the repository at this point in the history
Signed-off-by: shiva kumar <[email protected]>
  • Loading branch information
shivakunv committed Feb 5, 2025
1 parent 6d82572 commit 0c17b01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
build-gpu-operator-bundle-image:
# needs: [go-check, go-test, go-build]
# SHIVA could be only branch=release
# SHIVA could be only branch=main
if: github.ref_type == 'branch' # # Runs only if the event is from a branch commit
runs-on: ubuntu-latest
# strategy:
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
- name: Build bundle-image
env:
# BUNDLE_IMAGE: "${CI_REGISTRY_IMAGE}/staging/gpu-operator-bundle:${CI_COMMIT_BRANCH}-latest"
BUNDLE_IMAGE: "ghcr.io/staging/gpu-operator-bundle:${{ env.BRANCH_NAME }}-latest"
BUNDLE_IMAGE: "ghcr.io/nvidia/gpu-operator/gpu-operator-bundle:${{ env.BRANCH_NAME }}-latest"
DEFAULT_CHANNEL: "stable"
CHANNELS: "stable"
run: |
Expand Down

0 comments on commit 0c17b01

Please sign in to comment.