From 298bc27258dc1153315bbd422114d679dafe3cdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sat, 21 Sep 2024 16:52:20 +0200 Subject: [PATCH] Fix task in BuildDockerImages --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 060d2e93..4ab73745 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -311,7 +311,7 @@ jobs: pool: vmImage: 'ubuntu-latest' steps: - - task: UseDocker@0 + - task: Docker@2 displayName: 'Set up Docker Buildx' inputs: command: 'setupBuildx'