Skip to content

Commit 435ab54

Browse files
authored
Add comment in ci-build.yml (#168)
1 parent 147b1d1 commit 435ab54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ on:
1717
workflow_dispatch:
1818

1919
env:
20+
# By default azurecr.io does not allow anynymous pulls. This has been enabled explicitly
21+
# https://learn.microsoft.com/en-us/azure/container-registry/anonymous-pull-access
22+
# Also see https://learn.microsoft.com/en-gb/azure/container-registry/
23+
# and https://docs.docker.com/build/ci/github-actions/push-multi-registries/
2024
REGISTRY_IMAGE_ROOT: libfn.azurecr.io/ci-build
2125

2226
jobs:

0 commit comments

Comments
 (0)