mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-25 23:49:37 -05:00
Pin azure cli to version 2.37.0
This commit is contained in:
parent
adcd00c8e2
commit
7411d04bcf
2
.github/workflows/build-coreos-debug.yml
vendored
2
.github/workflows/build-coreos-debug.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Build and Upload CoreOS debug image
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
AZ_CLI_VERSION: 2.37.0
|
||||
on:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
@ -38,6 +39,7 @@ jobs:
|
||||
- name: "Install azure CLI"
|
||||
run: |
|
||||
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
|
||||
sudo apt-get install -y "azure-cli=${AZ_CLI_VERSION}-1~$(lsb_release -sc)"
|
||||
wget -q https://aka.ms/downloadazcopy-v10-linux -O azcopy.tar.gz
|
||||
tar --strip-components 1 -xf azcopy.tar.gz
|
||||
rm azcopy.tar.gz
|
||||
|
2
.github/workflows/build-coreos.yml
vendored
2
.github/workflows/build-coreos.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Build and Upload CoreOS
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
AZ_CLI_VERSION: 2.37.0
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
@ -63,6 +64,7 @@ jobs:
|
||||
- name: "Install azure CLI"
|
||||
run: |
|
||||
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
|
||||
sudo apt-get install -y "azure-cli=${AZ_CLI_VERSION}-1~$(lsb_release -sc)"
|
||||
wget -q https://aka.ms/downloadazcopy-v10-linux -O azcopy.tar.gz
|
||||
tar --strip-components 1 -xf azcopy.tar.gz
|
||||
rm azcopy.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user