diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index 41b2959ef..4fcb43481 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -97,7 +97,7 @@ jobs: - name: Get scorecard image tag id: get-image-tag run: | - SCORECARD_TAG=$(yq '[.stages[0].tests[].image | capture("cryostat-operator-scorecard:(?P[\w.\-_]+)$")][0].tag' bundle/tests/scorecard/config.yaml) + SCORECARD_TAG=$(yq '[.stages[1].tests[].image | capture("cryostat-operator-scorecard:(?P[\w.\-_]+)$")][0].tag' bundle/tests/scorecard/config.yaml) echo "tag=$SCORECARD_TAG" >> $GITHUB_OUTPUT - name: Check if scorecard image tag already exists id: check-tag-exists