diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4d19ed4c8..0d956b198 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 @@ -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: