We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8620c1b commit 5635ba7Copy full SHA for 5635ba7
.github/workflows/fatimage.yml
@@ -96,6 +96,11 @@ jobs:
96
echo $IMAGE_ID > image-id.txt
97
echo $IMAGE_NAME > image-name.txt
98
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
+
104
- name: Upload manifest artifact
105
uses: actions/upload-artifact@v4
106
with:
0 commit comments