File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -217,9 +217,9 @@ jobs:
217
217
source src/kayobe-config/kayobe-env --environment ci-builder &&
218
218
kayobe playbook run \
219
219
src/kayobe-config/etc/kayobe/ansible/pulp-image-upload.yml \
220
- -e image_path =/opt/kayobe/images/ipa \
221
- -e image_name =ipa \
222
- -e image_tag =${{ steps.ipa_image_tag.outputs.ipa_image_tag }} \
220
+ -e artifact_path =/opt/kayobe/images/ipa \
221
+ -e artifact_name =ipa \
222
+ -e artifact_tag =${{ steps.ipa_image_tag.outputs.ipa_image_tag }} \
223
223
-e os_distribution="ubuntu" \
224
224
-e os_release="jammy" \
225
225
-e file_regex='*.kernel'
@@ -233,9 +233,9 @@ jobs:
233
233
source src/kayobe-config/kayobe-env --environment ci-builder &&
234
234
kayobe playbook run \
235
235
src/kayobe-config/etc/kayobe/ansible/pulp-image-upload.yml \
236
- -e image_path =/opt/kayobe/images/ipa \
237
- -e image_name =ipa \
238
- -e image_tag =${{ steps.ipa_image_tag.outputs.ipa_image_tag }} \
236
+ -e artifact_path =/opt/kayobe/images/ipa \
237
+ -e artifact_name =ipa \
238
+ -e artifact_tag =${{ steps.ipa_image_tag.outputs.ipa_image_tag }} \
239
239
-e os_distribution="ubuntu" \
240
240
-e os_release="jammy" \
241
241
-e file_regex='*.initramfs'
You can’t perform that action at this time.
0 commit comments