File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
- name : Make image usable for further builds
122
122
run : |
123
123
. venv/bin/activate
124
- openstack image unset --property signature_verified "${{ steps.manifest.outputs.image-id }}"
124
+ openstack image unset --property signature_verified "${{ steps.manifest.outputs.image-id }}" || true
125
125
126
126
- name : Delete image for automatically-run workflows
127
127
run : |
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
- name : Make image usable for further builds
103
103
run : |
104
104
. venv/bin/activate
105
- openstack image unset --property signature_verified "${{ steps.manifest.outputs.image-id }}"
105
+ openstack image unset --property signature_verified "${{ steps.manifest.outputs.image-id }}" || true
106
106
107
107
- name : Upload manifest artifact
108
108
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ source "openstack" "openhpc" {
178
178
ssh_bastion_private_key_file = var. ssh_bastion_private_key_file
179
179
180
180
# Output image:
181
- image_disk_format = " qcow2 "
181
+ image_disk_format = " raw "
182
182
image_visibility = var. image_visibility
183
183
184
184
}
You can’t perform that action at this time.
0 commit comments