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 80ee05b commit 2a2bd38Copy full SHA for 2a2bd38
.github/workflows/fatimage.yml
@@ -102,7 +102,8 @@ jobs:
102
- name: Make image usable for further builds
103
run: |
104
. venv/bin/activate
105
- openstack image unset --property signature_verified "${{ steps.manifest.outputs.image-id }}"
+ # if there, remove signature_verified
106
+ openstack image unset --property signature_verified "${{ steps.manifest.outputs.image-id }}" || true
107
108
- name: Upload manifest artifact
109
uses: actions/upload-artifact@v4
0 commit comments