Skip to content

Commit

Permalink
fix azure cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
eliska-n committed Oct 10, 2024
1 parent 2bd2bba commit ce6500e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ stages:

Azure master:
stage: distribute
image: mcr.microsoft.com/azure-cli
image: mcr.microsoft.com/azure-cli:2.62.0-cbl-mariner2.0
tags:
- docker
- amd64
Expand All @@ -27,7 +27,7 @@ Azure master:

Azure branch:
stage: distribute
image: mcr.microsoft.com/azure-cli
image: mcr.microsoft.com/azure-cli:2.62.0-cbl-mariner2.0
tags:
- docker
- amd64
Expand Down Expand Up @@ -56,7 +56,7 @@ Azure branch:

Azure tag:
stage: distribute
image: mcr.microsoft.com/azure-cli
image: mcr.microsoft.com/azure-cli:2.62.0-cbl-mariner2.0

tags:
- docker
Expand Down

0 comments on commit ce6500e

Please sign in to comment.