mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: login azure only if needed
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
1ec9316521
commit
f6b3ef6a57
1
.github/workflows/build-os-image.yml
vendored
1
.github/workflows/build-os-image.yml
vendored
@ -285,6 +285,7 @@ jobs:
|
||||
aws-region: eu-central-1
|
||||
|
||||
- name: Login to Azure
|
||||
if: matrix.csp == 'azure'
|
||||
uses: ./.github/actions/login_azure
|
||||
with:
|
||||
azure_credentials: ${{ secrets.AZURE_CREDENTIALS }}
|
||||
|
Loading…
Reference in New Issue
Block a user