We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65139d3 commit 9317158Copy full SHA for 9317158
.pipelines/build/publish-manifest.steps.yaml
@@ -8,21 +8,18 @@ parameters:
8
- name: manifest_data
9
type: string
10
11
-- name: manifest_dir
12
- type: string
13
14
steps:
15
- task: onebranch.pipeline.containercontrol@1
16
displayName: "Login to ACR"
17
inputs:
18
command: login
19
endpoint: $(ACR_ARM_SERVICE_CONNECTION)
20
-
+
21
- task: onebranch.pipeline.imagebuildinfo@1
22
23
repositoryName: ${{ parameters.image_repository }}
24
registry: $(ACR).azurecr.io
25
build_tag: ${{ parameters.image_tag }}
26
manifest_push: true
27
manifest: ${{ parameters.manifest_data }}
28
- saveImageToPath: images/${{ parameters.manifest_dir }}/${{ parameters.image_tag }}.tar.gz
0 commit comments