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 763d597 commit 004d4a0Copy full SHA for 004d4a0
.github/workflows/overcloud-host-image-build.yml
@@ -268,7 +268,7 @@ jobs:
268
src/kayobe-config/etc/kayobe/ansible/pulp-artifact-upload.yml \
269
-e artifact_path=/opt/kayobe/images/overcloud-rocky-9 \
270
-e artifact_tag=${{ steps.host_image_tag.outputs.host_image_tag }} \
271
- -e artifact_type="kayobe-images/{{ inputs.cpu-platform-architecture }}" \
+ -e artifact_type=kayobe-images/${{ inputs.cpu-platform-architecture }} \
272
-e file_regex="*.qcow2" \
273
-e os_distribution="rocky" \
274
-e os_release="9"
0 commit comments