Skip to content

Commit edbf17d

Browse files
committed
fix image download
1 parent 0a44b23 commit edbf17d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/fatimage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ jobs:
7979
echo "image-id=$IMAGE_ID" >> "$GITHUB_OUTPUT"
8080
8181
- name: Download image
82-
run: openstack image save --file ${{ steps.manifest.outputs.image-name }}.qcow2 ${{ steps.manifest.outputs.image-name }}
82+
run: |
83+
. venv/bin/activate
84+
openstack image save --file ${{ steps.manifest.outputs.image-name }}.qcow2 ${{ steps.manifest.outputs.image-name }}
8385
8486
- name: Set up QEMU
8587
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)