From c64f3fcaf4dbf5e9612cd4d17eaa3b5755ace330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sat, 21 Sep 2024 17:00:45 +0200 Subject: [PATCH] Try to not use Docker@2 for building --- azure-pipelines.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4ab73745..a2f2d4b7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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