mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-14 09:30:45 -05:00
ci: disable upload of Azure TrustedLaunch image (#1440)
This commit is contained in:
parent
540978bc98
commit
3fd9a34025
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build-os-image.yml
vendored
6
.github/workflows/build-os-image.yml
vendored
|
|
@ -371,9 +371,9 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
csp: [aws, azure, gcp, openstack, qemu]
|
csp: [aws, azure, gcp, openstack, qemu]
|
||||||
upload-variant: [""]
|
upload-variant: [""]
|
||||||
include:
|
# include:
|
||||||
- csp: azure
|
# - csp: azure
|
||||||
upload-variant: TrustedLaunch
|
# upload-variant: TrustedLaunch
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue