Skip to content

Commit

Permalink
remove signature_verified property from nightly/latest images to enab…
Browse files Browse the repository at this point in the history
…le further builds ... (#474)

accidently removed by PR 467
  • Loading branch information
sjpb authored Nov 13, 2024
1 parent 812f1a0 commit a03d9f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nightlybuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ jobs:
echo "image-name=${IMAGE_NAME}" >> "$GITHUB_OUTPUT"
echo "image-id=$IMAGE_ID" >> "$GITHUB_OUTPUT"
- name: Make image usable for further builds
run: |
. venv/bin/activate
openstack image unset --property signature_verified "${{ steps.manifest.outputs.image-id }}"
- name: Delete old latest image
run: |
. venv/bin/activate
Expand Down

0 comments on commit a03d9f1

Please sign in to comment.