Skip to content

Commit

Permalink
Use WIF ACR service connections
Browse files Browse the repository at this point in the history
  • Loading branch information
omzevall committed Jun 10, 2024
1 parent d704d65 commit d8756cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pipelines/OneBranch.NonOfficial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ extends:
- container: linux_build_container
image: $(LinuxContainerImage)
type: Linux
endpoint: "hydraedge-acr-connection"
endpoint: "hydraedge-acr-wif-connection"

globalSdl: # https://aka.ms/obpipelines/sdl
# Details on TSA onboarding:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/OneBranch.Official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ extends:
- container: linux_build_container
image: $(LinuxContainerImage)
type: Linux
endpoint: "hydraedge-acr-connection"
endpoint: "hydraedge-acr-wif-connection"

globalSdl: # https://aka.ms/obpipelines/sdl
# Details on TSA onboarding:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/OneBranch.body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ stages:
enable_acr_push: true
buildkit: 1 # turn on for optimizations like caching, parallelization, new dockerfile options
enable_cache: true # take advantage of multi-stage caching
endpoint: "${{ parameters.acr }}-acr-connection"
endpoint: "${{ parameters.acr }}-acr-wif-connection"
arguments: --build-arg ARCH=${{ arch }} --build-arg BUILD_IMAGE=$(TOOLCHAIN_IMAGE)
build_tag: "$(ESA_BUILD_VERSION)-${{ arch }}"

Expand Down

0 comments on commit d8756cc

Please sign in to comment.