Skip to content

Commit 004d4a0

Browse files
committed
Fix templating for image upload
1 parent 763d597 commit 004d4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/overcloud-host-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ jobs:
268268
src/kayobe-config/etc/kayobe/ansible/pulp-artifact-upload.yml \
269269
-e artifact_path=/opt/kayobe/images/overcloud-rocky-9 \
270270
-e artifact_tag=${{ steps.host_image_tag.outputs.host_image_tag }} \
271-
-e artifact_type="kayobe-images/{{ inputs.cpu-platform-architecture }}" \
271+
-e artifact_type=kayobe-images/${{ inputs.cpu-platform-architecture }} \
272272
-e file_regex="*.qcow2" \
273273
-e os_distribution="rocky" \
274274
-e os_release="9"

0 commit comments

Comments
 (0)