From a99136c7ad703d13ac9a90d4dd427faece2f06b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sat, 21 Sep 2024 18:05:04 +0200 Subject: [PATCH] Export using type=oci --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3b55a7c3..1a7245f6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -322,7 +322,7 @@ jobs: --file $(Build.SourcesDirectory)/docker/Dockerfile \ --file $(Build.SourcesDirectory)/docker/Dockerfile.aarch64 \ -t yacreaderlibraryserver:develop \ - --output type=docker,dest=$(Build.ArtifactStagingDirectory)/multiarch.tar \ + --output type=oci,dest=$(Build.ArtifactStagingDirectory)/multiarch.tar \ $(Build.SourcesDirectory)/docker displayName: 'Build and Push Multi-Platform Docker Image'