Skip to content

Commit ee719ce

Browse files
committed
fixup! fixup! Use Signed Binaries for Docker Build
1 parent 66cc4f6 commit ee719ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/build/images.jobs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ jobs:
125125
ob_git_checkout: false
126126
ob_extract_root_artifact: true
127127
${{ if eq(job_data.job, 'linux_amd64') }}:
128-
LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204:latest'
128+
#LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204:latest'
129129
ARCH: amd64
130130
OS: linux
131131
${{ elseif eq(job_data.job, 'windows_amd64') }}:
132-
LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204:latest'
132+
#LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204:latest'
133133
ob_enable_qemu: true
134134
ARCH: amd64
135135
OS: windows

0 commit comments

Comments
 (0)