Skip to content

Commit cf22e0f

Browse files
committed
fix up
1 parent 629d938 commit cf22e0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
source src/kayobe-config/kayobe-env --environment ci-builder &&
292292
kayobe playbook run \
293293
src/kayobe-config/etc/kayobe/ansible/pulp-artifact-upload.yml \
294-
-e artifact_path=/opt/kayobe/images/overcloud-rocky-9-${{ matrix.arch }} \
294+
-e artifact_path=/opt/kayobe/images/overcloud-rocky-9 \
295295
-e artifact_tag=${{ needs.create-tag.outputs.host_image_tag }} \
296296
-e artifact_type="kayobe-images" \
297297
-e file_regex="*.qcow2" \
@@ -358,7 +358,7 @@ jobs:
358358
source src/kayobe-config/kayobe-env --environment ci-builder &&
359359
kayobe playbook run \
360360
src/kayobe-config/etc/kayobe/ansible/pulp-artifact-upload.yml \
361-
-e artifact_path=/opt/kayobe/images/overcloud-ubuntu-noble-${{ matrix.arch }} \
361+
-e artifact_path=/opt/kayobe/images/overcloud-ubuntu-noble \
362362
-e artifact_tag=${{ needs.create-tag.outputs.host_image_tag }} \
363363
-e artifact_type="kayobe-images" \
364364
-e file_regex="*.qcow2" \

0 commit comments

Comments
 (0)