From fa76a31869dcfcd8e2508ea928673e20d070de6d Mon Sep 17 00:00:00 2001 From: Liu Shilong Date: Tue, 21 May 2024 18:01:48 +0800 Subject: [PATCH] fix --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1d39e36..f3aa4c0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ pool: vmImage: 'ubuntu-20.04' container: - image: sonicdev-microsoft.azurecr.io:443/sonic-slave-${{ parameters.dist }}:master + image: sonicdev-microsoft.azurecr.io:443/sonic-slave-bullseye:master steps: - task: DownloadPipelineArtifact@2