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 e7fe299 commit cb3cfab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ jobs:
# SHIVA could be only branch=release
if: github.ref_type == 'branch' # # Runs only if the event is from a branch commit
runs-on: ubuntu-latest
strategy:
matrix:
dist: [ubi9]
# strategy:
# matrix:
# dist: [ubi9]
steps:
- uses: actions/checkout@v4
name: Check out code
Expand All @@ -241,6 +241,7 @@ jobs:
echo "PUSH_ON_BUILD=${GENERATE_ARTIFACTS}" >> $GITHUB_ENV
echo "BUILD_MULTI_ARCH_IMAGES=${GENERATE_ARTIFACTS}" >> $GITHUB_ENV
echo "BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
echo "SHIVA ${GITHUB_REF#refs/heads/}"
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
Expand Down

0 comments on commit cb3cfab

Please sign in to comment.