Skip to content

Commit

Permalink
{CI} Fix build docker image Alpine task name (Azure#27731)
Browse files Browse the repository at this point in the history
  • Loading branch information
bebound authored Nov 1, 2023
1 parent c701c1b commit b569674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
strategy:
matrix:
${{ each arch in parameters.architectures }}:
Alpine ${{ arch.name }}:
${{ arch.name }}:
pool: ${{ arch.pool }}
artifactName: docker-${{ arch.value }}
dockerfile: alpine.dockerfile
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
strategy:
matrix:
${{ each arch in parameters.architectures }}:
Alpine ${{ arch.name }}:
${{ arch.name }}:
pool: ${{ arch.pool }}
artifactName: docker-${{ arch.name }}
pool:
Expand Down

0 comments on commit b569674

Please sign in to comment.