Skip to content

Commit 33e7e09

Browse files
author
Sheyla Trudo
committed
fixup! Separate Build Changes
1 parent 539c316 commit 33e7e09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/containers/container-template.jobs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
displayName: Build Image - (${{ image }} ${{ parameters.os }}/${{ parameters.arch }})
1919
templateContext:
2020
authenticatedContainerRegistries:
21-
- registry: ${{ parameters.containerRegistry.name }}
21+
- registry: acnpublic.azurecr.io
2222
identity: ManagedIdentity
2323
- registry: onebranch.azurecr.io
2424
tenant: AME
@@ -39,7 +39,7 @@ jobs:
3939
inlineScript: |
4040
ls -la /bin
4141
env:
42-
ACR: ${{ parameters.pushAcr }}
42+
ACR: ${{ parameters.containerRegistry.name }}
4343

4444
- bash: |
4545
set -e

0 commit comments

Comments
 (0)