mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-03 12:36:09 -04:00
ci: ensure API is only updated if image and measurements are uploaded (#2413)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
ce2465c3c7
commit
8bb23c373b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-os-image.yml
vendored
2
.github/workflows/build-os-image.yml
vendored
|
@ -649,7 +649,7 @@ jobs:
|
|||
--version=${{ needs.build-settings.outputs.imageVersion }} \
|
||||
|
||||
add-image-version-to-versionsapi:
|
||||
needs: [upload-artifacts, build-settings]
|
||||
needs: [upload-artifacts, upload-pcrs, build-settings]
|
||||
name: "Add image version to versionsapi"
|
||||
if: needs.build-settings.outputs.ref != '-'
|
||||
permissions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue