Skip to content

Commit 5635ba7

Browse files
committed
enable fatimage to be used for volume-backed builds
1 parent 8620c1b commit 5635ba7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/fatimage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ jobs:
9696
echo $IMAGE_ID > image-id.txt
9797
echo $IMAGE_NAME > image-name.txt
9898
99+
- name: Make image usable for further builds
100+
run: |
101+
. venv/bin/activate
102+
openstack image unset --property signature_verified "${{ steps.manifest.outputs.image-id }}"
103+
99104
- name: Upload manifest artifact
100105
uses: actions/upload-artifact@v4
101106
with:

0 commit comments

Comments
 (0)