Skip to content

Commit 374ca2c

Browse files
author
Evans Aboge (from Dev Box)
committed
Use oci output
1 parent e169b8a commit 374ca2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ extends:
291291
# Build image with BuildX but don't push yet - save to local tar file
292292
docker buildx build \
293293
--platform linux/amd64,linux/arm64/v8 \
294-
--output "type=docker,dest=$(Build.ArtifactStagingDirectory)/DockerImage/docker-image.tar" \
294+
--output "type=oci,dest=$(Build.ArtifactStagingDirectory)/DockerImage/docker-image.tar" \
295295
$(IMAGE_TAGS) \
296296
$(Build.SourcesDirectory)
297297
displayName: 'Build Docker image and save to artifact'

0 commit comments

Comments
 (0)