We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e169b8a commit 374ca2cCopy full SHA for 374ca2c
.azure-pipelines/ci-build.yml
@@ -291,7 +291,7 @@ extends:
291
# Build image with BuildX but don't push yet - save to local tar file
292
docker buildx build \
293
--platform linux/amd64,linux/arm64/v8 \
294
- --output "type=docker,dest=$(Build.ArtifactStagingDirectory)/DockerImage/docker-image.tar" \
+ --output "type=oci,dest=$(Build.ArtifactStagingDirectory)/DockerImage/docker-image.tar" \
295
$(IMAGE_TAGS) \
296
$(Build.SourcesDirectory)
297
displayName: 'Build Docker image and save to artifact'
0 commit comments