Skip to content

Commit 10267d0

Browse files
committed
fixup! fixup! Use Signed Binaries for Docker Build
1 parent 6908279 commit 10267d0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.pipelines/run-pipeline.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ stages:
1313
ob_artifactSuffix: _source
1414

1515
ACR_DIR: $(Build.SourcesDirectory)/azure-container-networking
16-
${{ if parameters.isOfficial }}:
17-
BUILD_TYPE: official
18-
${{ else }}:
19-
BUILD_TYPE: buddy
16+
BUILD_TYPE: $(BUILD_TYPE)
2017
steps:
2118
- checkout: azure-container-networking
2219
- template: build/ob-prepare.steps.yaml
@@ -105,7 +102,7 @@ stages:
105102
name: azure-ipam
106103
extraArgs: ''
107104
archiveName: azure-ipam
108-
archiveVersion: $(OS)-$(ARCH)-$(AZURE_IPAM_VERSION)
105+
archiveVersion: $(AZURE_IPAM_VERSION)
109106
imageTag: $(Build.BuildNumber)
110107
packageWithDropGZ: True
111108
cni:

0 commit comments

Comments
 (0)