mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-26 07:16:08 -05:00
ci: do not build additional streams (#2085)
Large amounts of uploaded data seem to break the GH Actions cache.
This commit is contained in:
parent
738b22caba
commit
cfa3bb6276
19
.github/workflows/release.yml
vendored
19
.github/workflows/release.yml
vendored
@ -194,25 +194,6 @@ jobs:
|
||||
stream: "stable"
|
||||
ref: ${{ needs.verify-inputs.outputs.WORKING_BRANCH }}
|
||||
|
||||
os-image-additional-streams:
|
||||
name: Build OS image (additional streams)
|
||||
needs: [verify-inputs, update-versions]
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
stream: [debug, console]
|
||||
uses: ./.github/workflows/build-os-image.yml
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
packages: read
|
||||
secrets: inherit
|
||||
with:
|
||||
imageVersion: ${{ inputs.version }}
|
||||
isRelease: true
|
||||
stream: ${{ matrix.stream }}
|
||||
ref: ${{ needs.verify-inputs.outputs.WORKING_BRANCH }}
|
||||
|
||||
update-hardcoded-measurements:
|
||||
name: Update hardcoded measurements (in the CLI)
|
||||
needs: [verify-inputs, os-image]
|
||||
|
Loading…
x
Reference in New Issue
Block a user