There was an error while loading. Please reload this page.
1 parent f9ea769 commit f824261Copy full SHA for f824261
.github/workflows/pipeline.yaml
@@ -19,9 +19,6 @@ env:
19
CONTAINER_NAME: ${{ github.repository }}
20
CONTAINER_REGISTRY_GHCR: ghcr.io
21
CONTAINER_PLATFORMS: linux/amd64,linux/arm64/v8
22
- # Tool versions
23
- # See: https://github.com/azure/azure-cli/releases
24
- AZURE_CLI_VERSION: 2.68.0
25
# https://github.com/docker/buildx/releases
26
BUILDX_VERSION: 0.23.0
27
@@ -116,11 +113,6 @@ jobs:
116
113
python-version: "3.13"
117
114
version: "0.5.x"
118
115
119
- - name: Set up Azure CLI
120
- run: |
121
- curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
122
- sudo apt-get install azure-cli=${{ env.AZURE_CLI_VERSION }}-1~$(lsb_release -cs)
123
-
124
# - name: Login to Azure
125
# uses: Azure/login@v2.2.0
126
# with:
0 commit comments