Skip to content

Commit 9317158

Browse files
committed
chore: reset file
1 parent 65139d3 commit 9317158

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.pipelines/build/publish-manifest.steps.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,18 @@ parameters:
88
- name: manifest_data
99
type: string
1010

11-
- name: manifest_dir
12-
type: string
1311

1412
steps:
1513
- task: onebranch.pipeline.containercontrol@1
1614
displayName: "Login to ACR"
1715
inputs:
1816
command: login
1917
endpoint: $(ACR_ARM_SERVICE_CONNECTION)
20-
18+
2119
- task: onebranch.pipeline.imagebuildinfo@1
2220
inputs:
2321
repositoryName: ${{ parameters.image_repository }}
2422
registry: $(ACR).azurecr.io
2523
build_tag: ${{ parameters.image_tag }}
2624
manifest_push: true
2725
manifest: ${{ parameters.manifest_data }}
28-
saveImageToPath: images/${{ parameters.manifest_dir }}/${{ parameters.image_tag }}.tar.gz

0 commit comments

Comments
 (0)