Try to not use Docker@2 for building

This commit is contained in:
Luis Ángel San Martín 2024-09-21 17:00:45 +02:00
parent 298bc27258
commit c64f3fcaf4

View File

@ -311,11 +311,10 @@ jobs:
pool:
vmImage: 'ubuntu-latest'
steps:
- task: Docker@2
- script: |
docker buildx create --use
docker buildx inspect --bootstrap
displayName: 'Set up Docker Buildx'
inputs:
command: 'setupBuildx'
buildxVersion: 'latest'
- script: |
docker buildx create --use