We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5adba0 commit 9cbee53Copy full SHA for 9cbee53
.github/workflows/build.yml
@@ -198,7 +198,7 @@ jobs:
198
with:
199
sarif_file: ${{ steps.scan.outputs.sarif }}
200
category: build-${{ inputs.image }}
201
-
+
202
- name: Show all image tags for debugging
203
run: echo "${{ steps.meta.outputs.tags }}"
204
@@ -212,4 +212,4 @@ jobs:
212
uses: actions/upload-artifact@v4
213
214
name: ${{ inputs.image }}-${{ steps.meta.outputs.version }}
215
- path: ${{ inputs.image }}-${{ steps.meta.outputs.version }}.tar
+ path: ${{ inputs.image }}-${{ steps.meta.outputs.version }}.tar
.github/workflows/openshift-certification.yml
@@ -62,4 +62,4 @@ jobs:
62
echo "Results for preflight-result.json:"
63
jq '.results.failed' preflight-result.json
64
exit 1
65
- fi
+ fi
0 commit comments