From b89218912c670a2b64a87f9b42466e72b9bf8c75 Mon Sep 17 00:00:00 2001 From: Chris Fernald Date: Fri, 21 Oct 2022 13:59:26 -0700 Subject: [PATCH] test direct container --- Platforms/QemuQ35Pkg/.azurepipelines/Ubuntu-GCC5.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platforms/QemuQ35Pkg/.azurepipelines/Ubuntu-GCC5.yml b/Platforms/QemuQ35Pkg/.azurepipelines/Ubuntu-GCC5.yml index 23e5a265f0..6565fe6fdc 100644 --- a/Platforms/QemuQ35Pkg/.azurepipelines/Ubuntu-GCC5.yml +++ b/Platforms/QemuQ35Pkg/.azurepipelines/Ubuntu-GCC5.yml @@ -63,7 +63,7 @@ jobs: pool: vmImage: $(vm_image) - container: $(container_image) + container: ghcr.io/tianocore/containers/fedora-35-test:ddf6315 steps: - template: Steps/BuildPlatform.yml@mu_devops