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 9ecd24a commit ca05a38Copy full SHA for ca05a38
.github/workflows/package-build-ofed.yml
@@ -222,7 +222,7 @@ jobs:
222
-e image_tag=${{ steps.ipa_image_tag.outputs.ipa_image_tag }} \
223
-e os_distribution="ubuntu" \
224
-e os_release="jammy" \
225
- -e file_extension='kernel'
+ -e file_regex='*.kernel'
226
env:
227
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
228
if: steps.build_ipa.outcome == 'success'
@@ -238,7 +238,7 @@ jobs:
238
239
240
241
- -e file_extension='initramfs'
+ -e file_regex='*.initramfs'
242
243
244
0 commit comments