Skip to content

Commit 502830a

Browse files
committed
fix: docker image caching to avoid throttling
Signed-off-by: Vincent Biret <[email protected]>
1 parent fd8e5d3 commit 502830a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ extends:
435435
condition: eq(variables['Build.SourceBranch'], variables['PREVIEW_BRANCH'])
436436
437437
- script: |
438-
docker run --privileged --rm tonistiigi/binfmt --install all
438+
docker run --privileged --rm msgraphprodregistry.azurecr.io/tonistiigi/binfmt --install all
439439
displayName: "Enable multi-platform builds"
440440
441441
- script: |

0 commit comments

Comments
 (0)