mirror of
https://github.com/edgelesssys/constellation.git
synced 2026-01-11 12:41:04 -05:00
Fix PKI selection in pipeline
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
a5f9bc6ada
commit
da8ef8da4e
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
|
|
@ -90,7 +90,7 @@ jobs:
|
|||
id: pki-set
|
||||
shell: bash
|
||||
run: |
|
||||
if [ "${{ steps.image-type.outputs.image-type }}" = "release" ]
|
||||
if [ "${{ steps.image-type.outputs.imageType }}" = "release" ]
|
||||
then
|
||||
echo "pkiSet=pki_prod" >> $GITHUB_OUTPUT
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue