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:
217217 source src/kayobe-config/kayobe-env --environment ci-builder &&
218218 kayobe playbook run \
219219 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 }} \
223223 -e os_distribution="ubuntu" \
224224 -e os_release="jammy" \
225225 -e file_regex='*.kernel'
@@ -233,9 +233,9 @@ jobs:
233233 source src/kayobe-config/kayobe-env --environment ci-builder &&
234234 kayobe playbook run \
235235 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 }} \
239239 -e os_distribution="ubuntu" \
240240 -e os_release="jammy" \
241241 -e file_regex='*.initramfs'
You can’t perform that action at this time.
0 commit comments